Serialized Form


Package org.jboss.cache

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

serialVersionUID: -4386393072593859164L

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

serialVersionUID: -6901735117605327068L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

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

serialVersionUID: 7463314130283897197L

Serialization Methods

readExternal

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

Throws:
IOException
ClassNotFoundException

writeExternal

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

Throws:
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 ConcurrentHashMap<Fqn,Region> implements Serializable

serialVersionUID: -2480683437308480252L

Serialized Fields

largestFqnLength

int largestFqnLength

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

serialVersionUID: 33172388691879866L

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

serialVersionUID: -1886519334118453717L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: -2965599037371850141L


Package org.jboss.cache.buddyreplication

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

serialVersionUID: 5391883716108410301L

Serialized Fields

groupName

String groupName

dataOwner

org.jgroups.Address dataOwner

lastModified

Date lastModified

buddies

Vector<E> buddies

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

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

String preload

cacheLoaderConfigs

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

String clusterName

clusterConfig

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

String transactionManagerLookupClass

cacheLoaderConfig

CacheLoaderConfig cacheLoaderConfig

syncCommitPhase

boolean syncCommitPhase

syncRollbackPhase

boolean syncRollbackPhase

buddyReplicationConfig

BuddyReplicationConfig buddyReplicationConfig

nodeLockingScheme

Configuration.NodeLockingScheme nodeLockingScheme
Deprecated. 

muxStackName

String muxStackName

usingMultiplexer

boolean usingMultiplexer

marshallerClass

String marshallerClass

shutdownHookBehavior

Configuration.ShutdownHookBehavior shutdownHookBehavior

useLazyDeserialization

boolean useLazyDeserialization

objectInputStreamPoolSize

int objectInputStreamPoolSize

objectOutputStreamPoolSize

int objectOutputStreamPoolSize

customInterceptors

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

URL jgroupsConfigFile

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

serialVersionUID: 4879873994727821938L

Serialized Fields

children

Set<E> children

accessible

boolean accessible

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

serialVersionUID: -5576382839360927955L

Serialized Fields

erroneousAttributes

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

String afterClass

beforeClass

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

List<E> evictionRegionConfigs

defaultEvictionRegionConfig

EvictionRegionConfig defaultEvictionRegionConfig

defaultEvictionPolicyClass

String defaultEvictionPolicyClass
Deprecated. 

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

serialVersionUID: -5482474634995601400L

Serialized Fields

regionFqn

Fqn<E> regionFqn

eventQueueSize

Integer eventQueueSize

evictionAlgorithmConfig

EvictionAlgorithmConfig evictionAlgorithmConfig

deprecatedConfig

EvictionPolicyConfig deprecatedConfig
Deprecated. 

evictionActionPolicyClassName

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

String className

properties

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

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

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

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

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 Exception implements Serializable

serialVersionUID: -6796150029431162837L


Package org.jboss.cache.invocation

Class org.jboss.cache.invocation.CacheNotReadyException extends 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

String createTableDDL

datasourceName

String datasourceName

deleteAllSql

String deleteAllSql

deleteNodeSql

String deleteNodeSql

dropTable

boolean dropTable

dropTableDDL

String dropTableDDL

driverClass

String driverClass

insertNodeSql

String insertNodeSql

jdbcURL

String jdbcURL

jdbcUser

String jdbcUser

jdbcPassword

String jdbcPassword

selectChildFqnsSql

String selectChildFqnsSql

selectChildNamesSql

String selectChildNamesSql

selectNodeSql

String selectNodeSql

updateNodeSql

String updateNodeSql

updateTableSql

String updateTableSql

existsSql

String existsSql

connectionFactoryClass

String connectionFactoryClass

primaryKey

String primaryKey

fqnType

String fqnType

nodeType

String nodeType

parentColumn

String parentColumn

table

String table

nodeColumn

String nodeColumn

fqnColumn

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

String location

checkCharacterPortability

boolean checkCharacterPortability

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

serialVersionUID: -8371846151643130271L

Serialized Fields

recursiveChildrenSql

String recursiveChildrenSql

nodeCountSql

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 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

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

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

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

String accessKeyId

secretAccessKey

String secretAccessKey

secure

boolean secure

server

String server

port

int port

location

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

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

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

serialVersionUID: 2837393571654438480L

Class org.jboss.cache.lock.SemaphoreLock extends Semaphore implements Serializable

serialVersionUID: -15293253129957476L

Class org.jboss.cache.lock.ThreadLocalMap$1 extends Object implements Serializable

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 Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.jboss.cache.marshall.MarshallingException extends 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(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

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

serialVersionUID: -7571995794010294485L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 240199474174502551L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: 4851793846346021014L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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

serialVersionUID: -7719282503234213209L

Class org.jboss.cache.marshall.RegionNotFoundException extends 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 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 Object implements Serializable

serialVersionUID: -6716097342564237376L

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

serialVersionUID: 4396695354693176535L

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

serialVersionUID: -6568400755677046127L

Serialized Fields

tm_

DummyTransactionManager tm_

l

List<E> l
List

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

serialVersionUID: 8011434781266976149L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.jboss.cache.util

Class org.jboss.cache.util.Caches$MapNode$1 extends Object implements Serializable

Class org.jboss.cache.util.Caches$MapNode$1$1 extends Object implements Serializable

Class org.jboss.cache.util.Caches$MapNode$2 extends Object implements Serializable

Class org.jboss.cache.util.Caches$MapNode$2$1 extends Object implements Serializable

Class org.jboss.cache.util.Caches$PartitionedMapNode$1 extends Object implements Serializable

Class org.jboss.cache.util.Caches$PartitionedMapNode$1$1 extends Object implements Serializable

Class org.jboss.cache.util.Caches$PartitionedMapNode$2 extends Object implements Serializable

Class org.jboss.cache.util.Caches$SimpleSetNode$1 extends Object implements Serializable

Class org.jboss.cache.util.DeltaMap$1 extends Object implements Serializable

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

serialVersionUID: 10929568968762L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

loadFactor

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

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

serialVersionUID: 10929568968966L

Serialization Methods

readExternal

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

Throws:
IOException
ClassNotFoundException

writeExternal

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

Throws:
IOException

Class org.jboss.cache.util.ImmutableListCopy$ImmutableSubList$1 extends Object implements Serializable

Class org.jboss.cache.util.Immutables$ImmutableEntrySetWrapper$1 extends Object implements Serializable


Package org.jboss.cache.util.concurrent

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

serialVersionUID: 1744280161777661090L

Class org.jboss.cache.util.concurrent.WithinThreadExecutor$1 extends Object implements Serializable


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

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

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException



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