Serialized Form


Package org.jboss.cache

Class org.jboss.cache.CacheException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4386393072593859164L

Class org.jboss.cache.Fqn extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.FqnComparator extends java.lang.Object implements Serializable

Class org.jboss.cache.Modification extends java.lang.Object implements Serializable

serialVersionUID: 7463314130283897197L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads data from an external stream.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes data to an external stream.

Throws:
java.io.IOException

Class org.jboss.cache.NodeNotExistsException extends CacheException implements Serializable

serialVersionUID: 779376138690777440L

Class org.jboss.cache.NodeNotValidException extends CacheException implements Serializable

Class org.jboss.cache.RegionEmptyException extends CacheException implements Serializable

Class org.jboss.cache.RegionNotEmptyException extends CacheException implements Serializable

serialVersionUID: 1L

Class org.jboss.cache.RegionRegistry extends java.util.concurrent.ConcurrentHashMap<Fqn,Region> implements Serializable

Class org.jboss.cache.ReplicationException extends CacheException implements Serializable

serialVersionUID: 33172388691879866L

Class org.jboss.cache.StringFqn extends Fqn implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.SuspectException extends CacheException implements Serializable

serialVersionUID: -2965599037371850141L


Package org.jboss.cache.buddyreplication

Class org.jboss.cache.buddyreplication.BuddyGroup extends java.lang.Object implements Serializable

serialVersionUID: 5391883716108410301L

Serialized Fields

groupName

java.lang.String groupName

dataOwner

org.jgroups.Address dataOwner

lastModified

java.util.Date lastModified

buddies

java.util.Vector<E> buddies
List
- a list of JGroups addresses

Class org.jboss.cache.buddyreplication.BuddyNotInitException extends CacheException implements Serializable

serialVersionUID: 8968506912780922157L

Class org.jboss.cache.buddyreplication.NextMemberBuddyLocatorConfig extends BuddyReplicationConfig.BuddyLocatorConfig implements Serializable

serialVersionUID: 2443438867383733851L

Serialized Fields

numBuddies

int numBuddies

ignoreColocatedBuddies

boolean ignoreColocatedBuddies

Package org.jboss.cache.config

Class org.jboss.cache.config.BuddyReplicationConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -4826380823985089339L

Serialized Fields

enabled

boolean enabled
Test whether buddy replication is enabled.


buddyPoolName

java.lang.String buddyPoolName
Name of the buddy pool for current instance. May be null if buddy pooling is not used.


autoDataGravitation

boolean autoDataGravitation

dataGravitationRemoveOnFind

boolean dataGravitationRemoveOnFind

dataGravitationSearchBackupTrees

boolean dataGravitationSearchBackupTrees

buddyCommunicationTimeout

int buddyCommunicationTimeout

buddyLocatorConfig

BuddyReplicationConfig.BuddyLocatorConfig buddyLocatorConfig

Class org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig extends PluggableConfigurationComponent implements Serializable

serialVersionUID: -8003634097931826091L

Class org.jboss.cache.config.CacheLoaderConfig extends ConfigurationComponent implements Serializable

serialVersionUID: 2210349340378984424L

Serialized Fields

passivation

boolean passivation

preload

java.lang.String preload

cacheLoaderConfigs

java.util.List<E> cacheLoaderConfigs

shared

boolean shared

Class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig extends PluggableConfigurationComponent implements Serializable

serialVersionUID: -2282396799100828593L

Serialized Fields

async

boolean async

ignoreModifications

boolean ignoreModifications

fetchPersistentState

boolean fetchPersistentState

purgeOnStartup

boolean purgeOnStartup

singletonStoreConfig

CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig singletonStoreConfig

Class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig extends PluggableConfigurationComponent implements Serializable

serialVersionUID: 824251894176131850L

Serialized Fields

singletonStoreEnabled

boolean singletonStoreEnabled
Indicates whether the singleton store functionality is enabled or not.

Class org.jboss.cache.config.Configuration extends ConfigurationComponent implements Serializable

serialVersionUID: 5553791890144997466L

Serialized Fields

clusterName

java.lang.String clusterName

clusterConfig

java.lang.String clusterConfig

useReplQueue

boolean useReplQueue

replQueueMaxElements

int replQueueMaxElements

replQueueInterval

long replQueueInterval

exposeManagementStatistics

boolean exposeManagementStatistics

fetchInMemoryState

boolean fetchInMemoryState

nonBlockingStateTransfer

boolean nonBlockingStateTransfer

replicationVersion

short replicationVersion

lockAcquisitionTimeout

long lockAcquisitionTimeout

syncReplTimeout

long syncReplTimeout

cacheMode

Configuration.CacheMode cacheMode

inactiveOnStartup

boolean inactiveOnStartup

stateRetrievalTimeout

long stateRetrievalTimeout

isolationLevel

IsolationLevel isolationLevel

lockParentForChildInsertRemove

boolean lockParentForChildInsertRemove

evictionConfig

EvictionConfig evictionConfig

useRegionBasedMarshalling

boolean useRegionBasedMarshalling

transactionManagerLookupClass

java.lang.String transactionManagerLookupClass

cacheLoaderConfig

CacheLoaderConfig cacheLoaderConfig

syncCommitPhase

boolean syncCommitPhase

syncRollbackPhase

boolean syncRollbackPhase

buddyReplicationConfig

BuddyReplicationConfig buddyReplicationConfig

nodeLockingScheme

Configuration.NodeLockingScheme nodeLockingScheme
Deprecated. 

muxStackName

java.lang.String muxStackName

usingMultiplexer

boolean usingMultiplexer

marshallerClass

java.lang.String marshallerClass

shutdownHookBehavior

Configuration.ShutdownHookBehavior shutdownHookBehavior

useLazyDeserialization

boolean useLazyDeserialization

objectInputStreamPoolSize

int objectInputStreamPoolSize

objectOutputStreamPoolSize

int objectOutputStreamPoolSize

customInterceptors

java.util.List<E> customInterceptors

writeSkewCheck

boolean writeSkewCheck

concurrencyLevel

int concurrencyLevel

listenerAsyncPoolSize

int listenerAsyncPoolSize

listenerAsyncQueueSize

int listenerAsyncQueueSize

serializationExecutorPoolSize

int serializationExecutorPoolSize

serializationExecutorQueueSize

int serializationExecutorQueueSize

marshaller

Marshaller marshaller

invocationBatchingEnabled

boolean invocationBatchingEnabled

useLockStriping

boolean useLockStriping

jgroupsConfigFile

java.net.URL jgroupsConfigFile

Class org.jboss.cache.config.ConfigurationComponent extends java.lang.Object implements Serializable

serialVersionUID: 4879873994727821938L

Serialized Fields

children

java.util.Set<E> children

accessible

boolean accessible

Class org.jboss.cache.config.ConfigurationException extends CacheException implements Serializable

serialVersionUID: -5576382839360927955L

Serialized Fields

erroneousAttributes

java.util.List<E> erroneousAttributes

Class org.jboss.cache.config.CustomInterceptorConfig extends ConfigurationComponent implements Serializable

Serialized Fields

interceptor

CommandInterceptor interceptor

isFirst

boolean isFirst

isLast

boolean isLast

index

int index

afterClass

java.lang.String afterClass

beforeClass

java.lang.String beforeClass

Class org.jboss.cache.config.EvictionConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -7979639000026975201L

Serialized Fields

wakeupInterval

long wakeupInterval
value expressed in millis


defaultEventQueueSize

int defaultEventQueueSize

evictionRegionConfigs

java.util.List<E> evictionRegionConfigs

defaultEvictionRegionConfig

EvictionRegionConfig defaultEvictionRegionConfig

defaultEvictionPolicyClass

java.lang.String defaultEvictionPolicyClass
Deprecated. 

Class org.jboss.cache.config.EvictionRegionConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -5482474634995601400L

Serialized Fields

regionFqn

Fqn<E> regionFqn

eventQueueSize

java.lang.Integer eventQueueSize

evictionAlgorithmConfig

EvictionAlgorithmConfig evictionAlgorithmConfig

deprecatedConfig

EvictionPolicyConfig deprecatedConfig
Deprecated. 

evictionActionPolicyClassName

java.lang.String evictionActionPolicyClassName

Class org.jboss.cache.config.LegacyConfigurationException extends ConfigurationException implements Serializable

Class org.jboss.cache.config.MissingPolicyException extends ConfigurationException implements Serializable

serialVersionUID: 6107098975617303157L

Class org.jboss.cache.config.OldFileFormatException extends ConfigurationException implements Serializable

Class org.jboss.cache.config.PluggableConfigurationComponent extends ConfigurationComponent implements Serializable

Serialized Fields

className

java.lang.String className

properties

java.util.Properties properties

Class org.jboss.cache.config.RuntimeConfig extends ConfigurationComponent implements Serializable

serialVersionUID: 5626847485703341794L

Serialized Fields

rpcManager

RPCManager rpcManager

Class org.jboss.cache.config.UnsupportedEvictionImplException extends ConfigurationException implements Serializable


Package org.jboss.cache.eviction

Class org.jboss.cache.eviction.ElementSizeAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: 2510593544656833758L

Serialized Fields

maxElementsPerNode

int maxElementsPerNode

Class org.jboss.cache.eviction.ElementSizeConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 2510593544656833758L

Serialized Fields

maxElementsPerNode

int maxElementsPerNode
Deprecated. 

Class org.jboss.cache.eviction.EvictionAlgorithmConfigBase extends ConfigurationComponent implements Serializable

serialVersionUID: 4591691674370188932L

Serialized Fields

evictionAlgorithmClassName

java.lang.String evictionAlgorithmClassName

maxNodes

int maxNodes

minTimeToLive

long minTimeToLive

Class org.jboss.cache.eviction.EvictionException extends CacheException implements Serializable

serialVersionUID: 4006783737166646935L

Class org.jboss.cache.eviction.EvictionPolicyConfigBase extends ConfigurationComponent implements Serializable

serialVersionUID: 4591691674370188932L

Serialized Fields

evictionPolicyClass

java.lang.String evictionPolicyClass
Deprecated. 

maxNodes

int maxNodes
Deprecated. 

minTimeToLiveSeconds

int minTimeToLiveSeconds
Deprecated. 

Class org.jboss.cache.eviction.ExpirationAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: 47338798734219507L

Serialized Fields

expirationKeyName

java.lang.String expirationKeyName
Node key name used to indicate the expiration of a node.


warnNoExpirationKey

boolean warnNoExpirationKey

timeToLive

long timeToLive

Class org.jboss.cache.eviction.ExpirationConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 47338798734219507L

Serialized Fields

expirationKeyName

java.lang.String expirationKeyName
Deprecated. 
Node key name used to indicate the expiration of a node.


warnNoExpirationKey

boolean warnNoExpirationKey
Deprecated. 

timeToLiveSeconds

int timeToLiveSeconds
Deprecated. 

Class org.jboss.cache.eviction.FIFOAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: -7229715009546277313L

Class org.jboss.cache.eviction.FIFOConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -7229715009546277313L

Class org.jboss.cache.eviction.LFUAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: 1865801530398969179L

Serialized Fields

minNodes

int minNodes

Class org.jboss.cache.eviction.LFUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: 1865801530398969179L

Serialized Fields

minNodes

int minNodes
Deprecated. 

Class org.jboss.cache.eviction.LRUAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: -3426716488271559729L

Serialized Fields

timeToLive

long timeToLive
value expressed in millis


maxAge

long maxAge
value expressed in millis

Class org.jboss.cache.eviction.LRUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -3426716488271559729L

Serialized Fields

timeToLiveSeconds

int timeToLiveSeconds
Deprecated. 

maxAgeSeconds

int maxAgeSeconds
Deprecated. 

Class org.jboss.cache.eviction.MRUAlgorithmConfig extends EvictionAlgorithmConfigBase implements Serializable

serialVersionUID: -8734577898966155218L

Class org.jboss.cache.eviction.MRUConfiguration extends EvictionPolicyConfigBase implements Serializable

serialVersionUID: -8734577898966155218L

Class org.jboss.cache.eviction.NullEvictionAlgorithmConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -6591180473728241737L

Class org.jboss.cache.eviction.NullEvictionPolicyConfig extends ConfigurationComponent implements Serializable

serialVersionUID: -6591180473728241737L

Class org.jboss.cache.eviction.RegionNameConflictException extends java.lang.Exception implements Serializable

serialVersionUID: -6796150029431162837L


Package org.jboss.cache.invocation

Class org.jboss.cache.invocation.CacheNotReadyException extends java.lang.IllegalStateException implements Serializable


Package org.jboss.cache.loader

Class org.jboss.cache.loader.AdjListJDBCCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -8371846151643130281L

Serialized Fields

createTable

boolean createTable

createTableDDL

java.lang.String createTableDDL

datasourceName

java.lang.String datasourceName

deleteAllSql

java.lang.String deleteAllSql

deleteNodeSql

java.lang.String deleteNodeSql

dropTable

boolean dropTable

dropTableDDL

java.lang.String dropTableDDL

driverClass

java.lang.String driverClass

insertNodeSql

java.lang.String insertNodeSql

jdbcURL

java.lang.String jdbcURL

jdbcUser

java.lang.String jdbcUser

jdbcPassword

java.lang.String jdbcPassword

selectChildFqnsSql

java.lang.String selectChildFqnsSql

selectChildNamesSql

java.lang.String selectChildNamesSql

selectNodeSql

java.lang.String selectNodeSql

updateNodeSql

java.lang.String updateNodeSql

updateTableSql

java.lang.String updateTableSql

existsSql

java.lang.String existsSql

connectionFactoryClass

java.lang.String connectionFactoryClass

primaryKey

java.lang.String primaryKey

fqnType

java.lang.String fqnType

nodeType

java.lang.String nodeType

parentColumn

java.lang.String parentColumn

table

java.lang.String table

nodeColumn

java.lang.String nodeColumn

fqnColumn

java.lang.String fqnColumn

Class org.jboss.cache.loader.AsyncCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 5038037589485991681L

Serialized Fields

batchSize

int batchSize

returnOld

boolean returnOld

queueSize

int queueSize

useAsyncPut

boolean useAsyncPut

threadPoolSize

int threadPoolSize

Class org.jboss.cache.loader.ClusteredCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -3425487656984237468L

Serialized Fields

timeout

long timeout

Class org.jboss.cache.loader.FileCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

checkCharacterPortability

boolean checkCharacterPortability

Class org.jboss.cache.loader.JDBCCacheLoaderConfig extends AdjListJDBCCacheLoaderConfig implements Serializable

serialVersionUID: -8371846151643130271L

Serialized Fields

recursiveChildrenSql

java.lang.String recursiveChildrenSql

nodeCountSql

java.lang.String nodeCountSql

batchEnabled

boolean batchEnabled

batchSize

long batchSize

Class org.jboss.cache.loader.JDBCCacheLoaderOldConfig extends AdjListJDBCCacheLoaderConfig implements Serializable

serialVersionUID: -2911675876306188529L

Class org.jboss.cache.loader.LocalDelegatingCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Class org.jboss.cache.loader.SingletonStoreCacheLoader.PushStateException extends java.lang.Exception implements Serializable

serialVersionUID: 5542893943730200886L

Class org.jboss.cache.loader.SingletonStoreDefaultConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig implements Serializable

serialVersionUID: -5828927920142613537L

Serialized Fields

pushStateWhenCoordinator

boolean pushStateWhenCoordinator
Boolean indicating whether push state when coordinator has been configured.


pushStateWhenCoordinatorTimeout

int pushStateWhenCoordinatorTimeout
Number of milliseconds configured defining the time constraint for the state push.

Class org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: -3138555335000168505L

Serialized Fields

host

java.lang.String host

port

int port

timeout

int timeout

reconnectWaitTime

int reconnectWaitTime

readTimeout

int readTimeout

Package org.jboss.cache.loader.bdbje

Class org.jboss.cache.loader.bdbje.BdbjeCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

Package org.jboss.cache.loader.jdbm

Class org.jboss.cache.loader.jdbm.JdbmCacheLoader2Config extends JdbmCacheLoaderConfig implements Serializable

serialVersionUID: 8905490360516820352L

Class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

location

java.lang.String location

Package org.jboss.cache.loader.s3

Class org.jboss.cache.loader.s3.S3Exception extends CacheException implements Serializable

serialVersionUID: -5961236335942313217L

Class org.jboss.cache.loader.s3.S3LoaderConfig extends CacheLoaderConfig.IndividualCacheLoaderConfig implements Serializable

serialVersionUID: 4626734068542420865L

Serialized Fields

accessKeyId

java.lang.String accessKeyId

secretAccessKey

java.lang.String secretAccessKey

secure

boolean secure

server

java.lang.String server

port

int port

location

java.lang.String location

optimize

boolean optimize

parentCache

boolean parentCache

Package org.jboss.cache.lock

Class org.jboss.cache.lock.DeadlockException extends LockingException implements Serializable

serialVersionUID: 8651993450626741020L

Class org.jboss.cache.lock.LockingException extends CacheException implements Serializable

serialVersionUID: 5551396474793902133L

Serialized Fields

failed_lockers

java.util.Map<K,V> failed_lockers
A list of all nodes that failed to acquire a lock

Class org.jboss.cache.lock.OwnerNotExistedException extends java.lang.Exception implements Serializable

serialVersionUID: 2837393571654438480L

Class org.jboss.cache.lock.SemaphoreLock extends java.util.concurrent.Semaphore implements Serializable

serialVersionUID: -15293253129957476L

Class org.jboss.cache.lock.TimeoutException extends CacheException implements Serializable

serialVersionUID: -8096787619908687038L

Class org.jboss.cache.lock.UpgradeException extends LockingException implements Serializable

serialVersionUID: -5683212651728276028L


Package org.jboss.cache.marshall

Class org.jboss.cache.marshall.InactiveRegionException extends CacheException implements Serializable

serialVersionUID: -5672201755094521936L

Class org.jboss.cache.marshall.MarshalledValue extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.MarshalledValueMap extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.MarshallingException extends java.lang.Exception implements Serializable

serialVersionUID: -5991339859063633060L

Class org.jboss.cache.marshall.MethodCall extends org.jgroups.blocks.MethodCall implements Serializable

serialVersionUID: -5316198032742449998L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.NodeData extends java.lang.Object implements Serializable

serialVersionUID: -7571995794010294485L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.NodeDataExceptionMarker extends NodeData implements Serializable

serialVersionUID: 240199474174502551L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.NodeDataMarker extends NodeData implements Serializable

serialVersionUID: 4851793846346021014L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.cache.marshall.RegionNameConflictException extends java.lang.Exception implements Serializable

serialVersionUID: -7719282503234213209L

Class org.jboss.cache.marshall.RegionNotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 7321547249627414140L


Package org.jboss.cache.notifications

Class org.jboss.cache.notifications.IncorrectCacheListenerException extends CacheException implements Serializable

serialVersionUID: 3847404572671886703L


Package org.jboss.cache.optimistic

Class org.jboss.cache.optimistic.DataVersioningException extends CacheException implements Serializable

serialVersionUID: 7234086816998964356L

Class org.jboss.cache.optimistic.DefaultDataVersion extends java.lang.Object implements Serializable

serialVersionUID: -6896315742831861046L

Serialized Fields

version

long version
Deprecated. 

Package org.jboss.cache.statetransfer

Class org.jboss.cache.statetransfer.StateProviderBusyException extends CacheException implements Serializable


Package org.jboss.cache.transaction

Class org.jboss.cache.transaction.BatchModeTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 5656602677430350961L

Class org.jboss.cache.transaction.DummyBaseTransactionManager extends java.lang.Object implements Serializable

serialVersionUID: -6716097342564237376L

Class org.jboss.cache.transaction.DummyTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 4396695354693176535L

Class org.jboss.cache.transaction.DummyUserTransaction extends java.lang.Object implements Serializable

serialVersionUID: -6568400755677046127L

Serialized Fields

tm_

DummyTransactionManager tm_

l

java.util.List<E> l
List

Class org.jboss.cache.transaction.GlobalTransaction extends java.lang.Object implements Serializable

serialVersionUID: 8011434781266976149L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.cache.util

Class org.jboss.cache.util.FastCopyHashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 10929568968762L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

loadFactor

float loadFactor
The user defined load factor which defines when to resize

Class org.jboss.cache.util.ImmutableListCopy extends java.util.AbstractList<E> implements Serializable

serialVersionUID: 10929568968966L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
See ImmutableListCopy.writeExternal(java.io.ObjectOutput) for serialization format

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Format: - entry array size (int) - elements (Object)

Throws:
java.io.IOException

Package org.jboss.cache.util.concurrent

Class org.jboss.cache.util.concurrent.ReclosableLatch extends java.util.concurrent.locks.AbstractQueuedSynchronizer implements Serializable

serialVersionUID: 1744280161777661090L


Package org.jboss.cache.util.concurrent.locks

Class org.jboss.cache.util.concurrent.locks.OwnableReentrantLock extends java.util.concurrent.locks.AbstractQueuedSynchronizer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute this lock instance from a stream, resetting the lock to an unlocked state.

Throws:
java.io.IOException
java.lang.ClassNotFoundException



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.