Serialized Form


Package voldemort

Class voldemort.VoldemortApplicationException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.VoldemortException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class voldemort.VoldemortUnsupportedOperationalException extends VoldemortException implements Serializable

serialVersionUID: 1L


Package voldemort.client

Class voldemort.client.BootstrapFailureException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.client.ClientInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bootstrapTimestampMs

long bootstrapTimestampMs

storeName

java.lang.String storeName

context

java.lang.String context

sequence

int sequence

localHostName

java.lang.String localHostName

deploymentPath

java.lang.String deploymentPath

updateTimestampMs

long updateTimestampMs

releaseVersion

java.lang.String releaseVersion

config

ClientConfig config

clusterMetadataVersion

long clusterMetadataVersion

Package voldemort.client.protocol.admin

Class voldemort.client.protocol.admin.StreamingClientConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

batchSize

int batchSize

throttleQPS

int throttleQPS

failedNodesTolerated

int failedNodesTolerated

bootstrapURL

java.lang.String bootstrapURL

overWriteIfLatestTs

boolean overWriteIfLatestTs

Package voldemort.cluster

Class voldemort.cluster.Cluster extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

numberOfPartitionIds

int numberOfPartitionIds

nodesById

java.util.Map<K,V> nodesById

zonesById

java.util.Map<K,V> zonesById

nodesPerZone

java.util.Map<K,V> nodesPerZone

partitionsPerZone

java.util.Map<K,V> partitionsPerZone

partitionIdToZone

java.util.Map<K,V> partitionIdToZone

partitionIdToNodeArray

Node[] partitionIdToNodeArray

partitionIdToNode

java.util.Map<K,V> partitionIdToNode

partitionIdToNodeId

java.util.Map<K,V> partitionIdToNodeId

Class voldemort.cluster.Node extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

host

java.lang.String host

httpPort

int httpPort

socketPort

int socketPort

adminPort

int adminPort

zoneId

int zoneId

partitions

java.util.List<E> partitions

restPort

int restPort

Class voldemort.cluster.Zone extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

zoneId

int zoneId

proximityList

java.util.List<E> proximityList

Package voldemort.serialization

Class voldemort.serialization.SerializationException extends VoldemortException implements Serializable

serialVersionUID: 1L


Package voldemort.serialization.json

Class voldemort.serialization.json.EndOfFileException extends SerializationException implements Serializable

serialVersionUID: 1L

Class voldemort.serialization.json.JsonTypeDefinition extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

java.lang.Object type

Package voldemort.server

Class voldemort.server.VoldemortConfig extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeId

int nodeId

voldemortHome

java.lang.String voldemortHome

dataDirectory

java.lang.String dataDirectory

metadataDirectory

java.lang.String metadataDirectory

bdbCacheSize

long bdbCacheSize

bdbWriteTransactions

boolean bdbWriteTransactions

bdbFlushTransactions

boolean bdbFlushTransactions

bdbDataDirectory

java.lang.String bdbDataDirectory

bdbMaxLogFileSize

long bdbMaxLogFileSize

bdbBtreeFanout

int bdbBtreeFanout

bdbMaxDelta

int bdbMaxDelta

bdbBinDelta

int bdbBinDelta

bdbCheckpointBytes

long bdbCheckpointBytes

bdbCheckpointMs

long bdbCheckpointMs

bdbOneEnvPerStore

boolean bdbOneEnvPerStore

bdbCleanerMinFileUtilization

int bdbCleanerMinFileUtilization

bdbCleanerMinUtilization

int bdbCleanerMinUtilization

bdbCleanerLookAheadCacheSize

int bdbCleanerLookAheadCacheSize

bdbCleanerBytesInterval

long bdbCleanerBytesInterval

bdbCheckpointerHighPriority

boolean bdbCheckpointerHighPriority

bdbCleanerMaxBatchFiles

int bdbCleanerMaxBatchFiles

bdbReadUncommitted

boolean bdbReadUncommitted

bdbCleanerThreads

int bdbCleanerThreads

bdbLockTimeoutMs

long bdbLockTimeoutMs

bdbLockNLockTables

int bdbLockNLockTables

bdbLogFaultReadSize

int bdbLogFaultReadSize

bdbLogIteratorReadSize

int bdbLogIteratorReadSize

bdbFairLatches

boolean bdbFairLatches

bdbStatsCacheTtlMs

long bdbStatsCacheTtlMs

bdbExposeSpaceUtilization

boolean bdbExposeSpaceUtilization

bdbMinimumSharedCache

long bdbMinimumSharedCache

bdbCleanerLazyMigration

boolean bdbCleanerLazyMigration

bdbCacheModeEvictLN

boolean bdbCacheModeEvictLN

bdbMinimizeScanImpact

boolean bdbMinimizeScanImpact

bdbPrefixKeysWithPartitionId

boolean bdbPrefixKeysWithPartitionId

bdbLevelBasedEviction

boolean bdbLevelBasedEviction

bdbCheckpointerOffForBatchWrites

boolean bdbCheckpointerOffForBatchWrites

bdbCleanerFetchObsoleteSize

boolean bdbCleanerFetchObsoleteSize

bdbCleanerAdjustUtilization

boolean bdbCleanerAdjustUtilization

bdbRecoveryForceCheckpoint

boolean bdbRecoveryForceCheckpoint

bdbRawPropertyString

java.lang.String bdbRawPropertyString

mysqlUsername

java.lang.String mysqlUsername

mysqlPassword

java.lang.String mysqlPassword

mysqlDatabaseName

java.lang.String mysqlDatabaseName

mysqlHost

java.lang.String mysqlHost

mysqlPort

int mysqlPort

numReadOnlyVersions

int numReadOnlyVersions

readOnlyStorageDir

java.lang.String readOnlyStorageDir

readOnlySearchStrategy

java.lang.String readOnlySearchStrategy

readOnlyDeleteBackupTimeMs

int readOnlyDeleteBackupTimeMs

readOnlyFetcherMaxBytesPerSecond

long readOnlyFetcherMaxBytesPerSecond

readOnlyFetcherMinBytesPerSecond

long readOnlyFetcherMinBytesPerSecond

readOnlyFetcherReportingIntervalBytes

long readOnlyFetcherReportingIntervalBytes

readOnlyFetchRetryCount

int readOnlyFetchRetryCount

readOnlyFetchRetryDelayMs

long readOnlyFetchRetryDelayMs

fetcherBufferSize

int fetcherBufferSize

readOnlyKeytabPath

java.lang.String readOnlyKeytabPath

readOnlyKerberosUser

java.lang.String readOnlyKerberosUser

hadoopConfigPath

java.lang.String hadoopConfigPath

readOnlyKerberosKdc

java.lang.String readOnlyKerberosKdc

readOnlykerberosRealm

java.lang.String readOnlykerberosRealm

enableReadOnlyRestHdfs

boolean enableReadOnlyRestHdfs

fileFetcherClass

java.lang.String fileFetcherClass

useMlock

boolean useMlock

testingSlowQueueingDelays

OpTimeMap testingSlowQueueingDelays

testingSlowConcurrentDelays

OpTimeMap testingSlowConcurrentDelays

coreThreads

int coreThreads

maxThreads

int maxThreads

socketTimeoutMs

int socketTimeoutMs

socketBufferSize

int socketBufferSize

socketKeepAlive

boolean socketKeepAlive

useNioConnector

boolean useNioConnector

nioConnectorSelectors

int nioConnectorSelectors

nioAdminConnectorSelectors

int nioAdminConnectorSelectors

nioAcceptorBacklog

int nioAcceptorBacklog

clientSelectors

int clientSelectors

clientTimeoutConfig

TimeoutConfig clientTimeoutConfig

clientMaxConnectionsPerNode

int clientMaxConnectionsPerNode

clientConnectionTimeoutMs

int clientConnectionTimeoutMs

clientRoutingTimeoutMs

int clientRoutingTimeoutMs

clientMaxThreads

int clientMaxThreads

clientThreadIdleMs

int clientThreadIdleMs

clientMaxQueuedRequests

int clientMaxQueuedRequests

schedulerThreads

int schedulerThreads

mayInterruptService

boolean mayInterruptService

numScanPermits

int numScanPermits

requestFormatType

RequestFormatType requestFormatType

enableSlop

boolean enableSlop

enableSlopPusherJob

boolean enableSlopPusherJob

enableRepair

boolean enableRepair

enablePruneJob

boolean enablePruneJob

enableSlopPurgeJob

boolean enableSlopPurgeJob

enableHttpServer

boolean enableHttpServer

enableSocketServer

boolean enableSocketServer

enableAdminServer

boolean enableAdminServer

enableJmx

boolean enableJmx

enableVerboseLogging

boolean enableVerboseLogging

enableStatTracking

boolean enableStatTracking

enableServerRouting

boolean enableServerRouting

enableMetadataChecking

boolean enableMetadataChecking

enableNetworkClassLoader

boolean enableNetworkClassLoader

enableGossip

boolean enableGossip

enableRebalanceService

boolean enableRebalanceService

enableJmxClusterName

boolean enableJmxClusterName

enableQuotaLimiting

boolean enableQuotaLimiting

storageConfigurations

java.util.List<E> storageConfigurations

allProps

Props allProps

slopStoreType

java.lang.String slopStoreType

pusherType

java.lang.String pusherType

slopFrequencyMs

long slopFrequencyMs

slopMaxWriteBytesPerSec

long slopMaxWriteBytesPerSec

slopMaxReadBytesPerSec

long slopMaxReadBytesPerSec

slopBatchSize

int slopBatchSize

slopZonesDownToTerminate

int slopZonesDownToTerminate

autoPurgeDeadSlops

boolean autoPurgeDeadSlops

adminCoreThreads

int adminCoreThreads

adminMaxThreads

int adminMaxThreads

adminStreamBufferSize

int adminStreamBufferSize

adminSocketTimeout

int adminSocketTimeout

adminConnectionTimeout

int adminConnectionTimeout

streamMaxReadBytesPerSec

long streamMaxReadBytesPerSec

streamMaxWriteBytesPerSec

long streamMaxWriteBytesPerSec

multiVersionStreamingPutsEnabled

boolean multiVersionStreamingPutsEnabled

gossipIntervalMs

int gossipIntervalMs

failureDetectorImplementation

java.lang.String failureDetectorImplementation

failureDetectorBannagePeriod

long failureDetectorBannagePeriod

failureDetectorThreshold

int failureDetectorThreshold

failureDetectorThresholdCountMinimum

int failureDetectorThresholdCountMinimum

failureDetectorThresholdInterval

long failureDetectorThresholdInterval

failureDetectorAsyncRecoveryInterval

long failureDetectorAsyncRecoveryInterval

failureDetectorCatastrophicErrorTypes

java.util.List<E> failureDetectorCatastrophicErrorTypes

failureDetectorRequestLengthThreshold

long failureDetectorRequestLengthThreshold

retentionCleanupFirstStartTimeInHour

int retentionCleanupFirstStartTimeInHour

retentionCleanupScheduledPeriodInHour

int retentionCleanupScheduledPeriodInHour

retentionCleanupFirstStartDayOfWeek

int retentionCleanupFirstStartDayOfWeek

retentionCleanupPinStartTime

boolean retentionCleanupPinStartTime

enforceRetentionPolicyOnRead

boolean enforceRetentionPolicyOnRead

deleteExpiredValuesOnRead

boolean deleteExpiredValuesOnRead

rebalancingTimeoutSec

long rebalancingTimeoutSec

maxParallelStoresRebalancing

int maxParallelStoresRebalancing

usePartitionScanForRebalance

boolean usePartitionScanForRebalance

maxProxyPutThreads

int maxProxyPutThreads

proxyPutsDuringRebalance

boolean proxyPutsDuringRebalance
Deprecated. 

enableRestService

boolean enableRestService

numRestServiceNettyServerBacklog

int numRestServiceNettyServerBacklog

numRestServiceNettyBossThreads

int numRestServiceNettyBossThreads

numRestServiceNettyWorkerThreads

int numRestServiceNettyWorkerThreads

numRestServiceStorageThreads

int numRestServiceStorageThreads

restServiceStorageThreadPoolQueueSize

int restServiceStorageThreadPoolQueueSize

maxHttpAggregatedContentLength

int maxHttpAggregatedContentLength

repairJobMaxKeysScannedPerSec

int repairJobMaxKeysScannedPerSec

pruneJobMaxKeysScannedPerSec

int pruneJobMaxKeysScannedPerSec

slopPurgeJobMaxKeysScannedPerSec

int slopPurgeJobMaxKeysScannedPerSec

Package voldemort.server.http

Class voldemort.server.http.StoreServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

requestHandler

RequestHandler requestHandler

Package voldemort.server.http.gui

Class voldemort.server.http.gui.AdminServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

server

VoldemortServer server

velocityEngine

VelocityEngine velocityEngine

Class voldemort.server.http.gui.QueryServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

engine

VelocityEngine engine

clientFactory

StoreClientFactory clientFactory

Class voldemort.server.http.gui.ReadOnlyStoreManagementServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

stores

java.util.List<E> stores

velocityEngine

VelocityEngine velocityEngine

fileFetcher

FileFetcher fileFetcher

metadataStore

MetadataStore metadataStore

Class voldemort.server.http.gui.StatusServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

server

VoldemortServer server

velocityEngine

VelocityEngine velocityEngine

abstractSocketService

AbstractSocketService abstractSocketService

myMachine

java.lang.String myMachine

Package voldemort.server.protocol.admin

Class voldemort.server.protocol.admin.AsyncOperationCache extends java.util.LinkedHashMap<java.lang.Integer,AsyncOperation> implements Serializable

serialVersionUID: 1L

Serialized Fields

maxSize

int maxSize

Package voldemort.server.rebalance

Class voldemort.server.rebalance.AlreadyRebalancingException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L

Class voldemort.server.rebalance.VoldemortRebalancingException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L

Serialized Fields

causes

java.util.Collection<E> causes

Package voldemort.store

Class voldemort.store.InsufficientOperationalNodesException extends VoldemortException implements Serializable

serialVersionUID: 1L

Serialized Fields

causes

java.util.Collection<E> causes

Class voldemort.store.InsufficientZoneResponsesException extends VoldemortException implements Serializable

serialVersionUID: 1L

Serialized Fields

causes

java.util.Collection<E> causes

Class voldemort.store.InvalidMetadataException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L

Class voldemort.store.NoSuchCapabilityException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.store.PersistenceFailureException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.store.StorageInitializationException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.store.StoreDefinition extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

type

java.lang.String type

description

java.lang.String description

keySerializer

SerializerDefinition keySerializer

valueSerializer

SerializerDefinition valueSerializer

transformsSerializer

SerializerDefinition transformsSerializer

routingPolicy

RoutingTier routingPolicy

replicationFactor

int replicationFactor

preferredWrites

java.lang.Integer preferredWrites

requiredWrites

int requiredWrites

preferredReads

java.lang.Integer preferredReads

requiredReads

int requiredReads

retentionPeriodDays

java.lang.Integer retentionPeriodDays

retentionScanThrottleRate

java.lang.Integer retentionScanThrottleRate

retentionFrequencyDays

java.lang.Integer retentionFrequencyDays

routingStrategyType

java.lang.String routingStrategyType

viewOf

java.lang.String viewOf

zoneReplicationFactor

java.util.HashMap<K,V> zoneReplicationFactor

zoneCountReads

java.lang.Integer zoneCountReads

zoneCountWrites

java.lang.Integer zoneCountWrites

valueTransformation

java.lang.String valueTransformation

serializerFactory

java.lang.String serializerFactory

hintedHandoffStrategyType

HintedHandoffStrategyType hintedHandoffStrategyType

hintPrefListSize

java.lang.Integer hintPrefListSize

owners

java.util.List<E> owners

memoryFootprintMB

long memoryFootprintMB

Class voldemort.store.StoreOperationFailureException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.store.StoreTimeoutException extends UnreachableStoreException implements Serializable

serialVersionUID: 1L

Class voldemort.store.UnknownFailure extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.store.UnreachableStoreException extends VoldemortException implements Serializable

serialVersionUID: 1L


Package voldemort.store.quota

Class voldemort.store.quota.QuotaExceededException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L


Package voldemort.store.readonly.io

Class voldemort.store.readonly.io.GroupIOException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

suppressed

java.util.List<E> suppressed

Package voldemort.store.rebalancing

Class voldemort.store.rebalancing.ProxyUnreachableException extends UnreachableStoreException implements Serializable

serialVersionUID: 1L


Package voldemort.store.routed

Class voldemort.store.routed.NodeValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeId

int nodeId

key

java.lang.Object key

value

Versioned<T> value

Package voldemort.store.views

Class voldemort.store.views.UnsupportedViewOperationException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L


Package voldemort.utils

Class voldemort.utils.ByteArray extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

underlying

byte[] underlying

Class voldemort.utils.ConfigurationException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class voldemort.utils.Pair extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

first

java.lang.Object first

second

java.lang.Object second

Class voldemort.utils.UndefinedPropertyException extends ConfigurationException implements Serializable

serialVersionUID: 1L

Class voldemort.utils.WriteThroughCache extends java.util.Hashtable<K,V> implements Serializable

serialVersionUID: 1L


Package voldemort.utils.pool

Class voldemort.utils.pool.ExcessiveInvalidResourcesException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package voldemort.versioning

Class voldemort.versioning.ClockEntry extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nodeId

short nodeId
Deprecated. 

version

long version
Deprecated. 

Class voldemort.versioning.InconsistentDataException extends VoldemortException implements Serializable

serialVersionUID: 1L

Serialized Fields

versions

java.util.List<E> versions

Class voldemort.versioning.InvalidClockEntryException extends VoldemortException implements Serializable

serialVersionUID: 1L

Class voldemort.versioning.ObsoleteVersionException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L

Class voldemort.versioning.VectorClock extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

versionMap

java.util.TreeMap<K,V> versionMap

timestamp

long timestamp

Class voldemort.versioning.Versioned extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

version

VectorClock version

object

java.lang.Object object

Package voldemort.xml

Class voldemort.xml.MappingException extends VoldemortException implements Serializable

serialVersionUID: 1L



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu