Serialized Form


Package voldemort

Class voldemort.VoldemortApplicationException extends VoldemortException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L


Package voldemort.client

Class voldemort.client.BootstrapFailureException extends VoldemortException implements Serializable

serialVersionUID: 1L


Package voldemort.cluster

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

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

numberOfTags

int numberOfTags

nodesById

java.util.Map<K,V> nodesById

zonesById

java.util.Map<K,V> zonesById

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

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

serialVersionUID: 1L

Serialized Fields

zoneId

int zoneId

proximityList

java.util.LinkedList<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

bdbSortedDuplicates

boolean bdbSortedDuplicates

bdbDataDirectory

java.lang.String bdbDataDirectory

bdbMaxLogFileSize

long bdbMaxLogFileSize

bdbBtreeFanout

int bdbBtreeFanout

bdbCheckpointBytes

long bdbCheckpointBytes

bdbCheckpointMs

long bdbCheckpointMs

bdbOneEnvPerStore

boolean bdbOneEnvPerStore

bdbCleanerMinFileUtilization

int bdbCleanerMinFileUtilization

bdbCleanerMinUtilization

int bdbCleanerMinUtilization

bdbCleanerLookAheadCacheSize

int bdbCleanerLookAheadCacheSize

bdbCheckpointerHighPriority

boolean bdbCheckpointerHighPriority

bdbCleanerMaxBatchFiles

int bdbCleanerMaxBatchFiles

bdbReadUncommitted

boolean bdbReadUncommitted

bdbCursorPreload

boolean bdbCursorPreload

bdbCleanerThreads

int bdbCleanerThreads

bdbLockTimeoutMs

long bdbLockTimeoutMs

bdbLockNLockTables

int bdbLockNLockTables

bdbFairLatches

boolean bdbFairLatches

mysqlUsername

java.lang.String mysqlUsername

mysqlPassword

java.lang.String mysqlPassword

mysqlDatabaseName

java.lang.String mysqlDatabaseName

mysqlHost

java.lang.String mysqlHost

mysqlPort

int mysqlPort

readOnlyBackups

int readOnlyBackups

readOnlyStorageDir

java.lang.String readOnlyStorageDir

readOnlySearchStrategy

java.lang.String readOnlySearchStrategy

readOnlyDeleteBackupTimeMs

int readOnlyDeleteBackupTimeMs

coreThreads

int coreThreads

maxThreads

int maxThreads

socketTimeoutMs

int socketTimeoutMs

socketBufferSize

int socketBufferSize

socketKeepAlive

boolean socketKeepAlive

useNioConnector

boolean useNioConnector

nioConnectorSelectors

int nioConnectorSelectors

nioAdminConnectorSelectors

int nioAdminConnectorSelectors

clientSelectors

int clientSelectors

clientRoutingTimeoutMs

int clientRoutingTimeoutMs

clientMaxConnectionsPerNode

int clientMaxConnectionsPerNode

clientConnectionTimeoutMs

int clientConnectionTimeoutMs

clientMaxThreads

int clientMaxThreads

clientThreadIdleMs

int clientThreadIdleMs

clientMaxQueuedRequests

int clientMaxQueuedRequests

schedulerThreads

int schedulerThreads

numScanPermits

int numScanPermits

requestFormatType

RequestFormatType requestFormatType

enableSlop

boolean enableSlop

enableSlopPusherJob

boolean enableSlopPusherJob

enableRepair

boolean enableRepair

enableGui

boolean enableGui

enableHttpServer

boolean enableHttpServer

enableSocketServer

boolean enableSocketServer

enableAdminServer

boolean enableAdminServer

enableJmx

boolean enableJmx

enablePipelineRoutedStore

boolean enablePipelineRoutedStore

enableVerboseLogging

boolean enableVerboseLogging

enableStatTracking

boolean enableStatTracking

enableServerRouting

boolean enableServerRouting

enableMetadataChecking

boolean enableMetadataChecking

enableNetworkClassLoader

boolean enableNetworkClassLoader

enableGossip

boolean enableGossip

enableRebalanceService

boolean enableRebalanceService

storageConfigurations

java.util.List<E> storageConfigurations

allProps

Props allProps

slopStoreType

java.lang.String slopStoreType

pusherType

java.lang.String pusherType

slopFrequencyMs

long slopFrequencyMs

repairStartMs

long repairStartMs

slopMaxWriteBytesPerSec

long slopMaxWriteBytesPerSec

slopMaxReadBytesPerSec

long slopMaxReadBytesPerSec

slopBatchSize

int slopBatchSize

slopZonesDownToTerminate

int slopZonesDownToTerminate

adminCoreThreads

int adminCoreThreads

adminMaxThreads

int adminMaxThreads

adminStreamBufferSize

int adminStreamBufferSize

adminSocketTimeout

int adminSocketTimeout

adminConnectionTimeout

int adminConnectionTimeout

streamMaxReadBytesPerSec

long streamMaxReadBytesPerSec

streamMaxWriteBytesPerSec

long streamMaxWriteBytesPerSec

gossipInterval

int gossipInterval

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

maxRebalancingAttempt

int maxRebalancingAttempt

rebalancingTimeoutSec

long rebalancingTimeoutSec

maxParallelStoresRebalancing

int maxParallelStoresRebalancing

rebalancingOptimization

boolean rebalancingOptimization

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

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

Class voldemort.store.StoreOperationFailureException extends VoldemortException 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.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

version

long version

Class voldemort.versioning.InconsistentDataException extends VoldemortException implements Serializable

serialVersionUID: 1L

Serialized Fields

versions

java.util.List<E> versions

Class voldemort.versioning.ObsoleteVersionException extends VoldemortApplicationException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialized Fields

versions

java.util.List<E> versions

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