Infinispan Distribution 5.1.5.FINAL-redhat-1

Serialized Form


Package org.infinispan

Class org.infinispan.CacheConfigurationException extends CacheException implements Serializable

serialVersionUID: -1907871321266402356L

Serialized Fields

erroneousAttributes

List<E> erroneousAttributes

Class org.infinispan.CacheException extends RuntimeException implements Serializable

serialVersionUID: -4386393072593859164L


Package org.infinispan.atomic

Class org.infinispan.atomic.AtomicHashMap.Externalizer extends AbstractExternalizer<AtomicHashMap> implements Serializable

Serialization Methods

readObject

public AtomicHashMap readObject(ObjectInput input)
                         throws IOException,
                                ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        AtomicHashMap map)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.atomic.AtomicHashMapDelta.Externalizer extends AbstractExternalizer<AtomicHashMapDelta> implements Serializable

Serialization Methods

readObject

public AtomicHashMapDelta readObject(ObjectInput input)
                              throws IOException,
                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        AtomicHashMapDelta delta)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.atomic.ClearOperation.Externalizer extends AbstractExternalizer<ClearOperation> implements Serializable

Serialization Methods

readObject

public ClearOperation readObject(ObjectInput input)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ClearOperation object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.atomic.PutOperation.Externalizer extends AbstractExternalizer<PutOperation> implements Serializable

Serialization Methods

readObject

public PutOperation readObject(ObjectInput input)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        PutOperation put)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.atomic.RemoveOperation.Externalizer extends AbstractExternalizer<RemoveOperation> implements Serializable

Serialization Methods

readObject

public RemoveOperation readObject(ObjectInput input)
                           throws IOException,
                                  ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        RemoveOperation remove)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.cacheviews

Class org.infinispan.cacheviews.CacheView.Externalizer extends AbstractExternalizer<CacheView> implements Serializable

Serialization Methods

readObject

public CacheView readObject(ObjectInput unmarshaller)
                     throws IOException,
                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        CacheView cacheView)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.client.hotrod.exceptions

Class org.infinispan.client.hotrod.exceptions.HotRodClientException extends RuntimeException implements Serializable

Serialized Fields

messageId

long messageId

errorStatusCode

int errorStatusCode

Class org.infinispan.client.hotrod.exceptions.HotRodTimeoutException extends HotRodClientException implements Serializable

Class org.infinispan.client.hotrod.exceptions.InvalidResponseException extends HotRodClientException implements Serializable

Class org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException extends HotRodClientException implements Serializable

Class org.infinispan.client.hotrod.exceptions.RemoteNodeSuspecException extends HotRodClientException implements Serializable

Class org.infinispan.client.hotrod.exceptions.TransportException extends HotRodClientException implements Serializable


Package org.infinispan.client.hotrod.impl

Class org.infinispan.client.hotrod.impl.TypedProperties extends Properties implements Serializable

serialVersionUID: 3799321248100686287L


Package org.infinispan.client.hotrod.logging

Class org.infinispan.client.hotrod.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.commons.hash

Class org.infinispan.commons.hash.MurmurHash2.Externalizer extends NoStateExternalizer<MurmurHash2> implements Serializable

Serialization Methods

readObject

public MurmurHash2 readObject(ObjectInput input)

Class org.infinispan.commons.hash.MurmurHash2Compat.Externalizer extends NoStateExternalizer<MurmurHash2Compat> implements Serializable

Serialization Methods

readObject

public MurmurHash2Compat readObject(ObjectInput input)

Class org.infinispan.commons.hash.MurmurHash3.Externalizer extends NoStateExternalizer<MurmurHash3> implements Serializable

Serialization Methods

readObject

public MurmurHash3 readObject(ObjectInput input)

Package org.infinispan.config

Class org.infinispan.config.AbstractConfigurationBean extends Object implements Serializable

serialVersionUID: 4879873994727821938L

Serialized Fields

accessible

boolean accessible

overriddenConfigurationElements

Set<E> overriddenConfigurationElements

Class org.infinispan.config.AbstractNamedCacheConfigurationBean extends AbstractConfigurationBean implements Serializable

serialVersionUID: -3838074220419703543L

Serialized Fields

cr

ComponentRegistry cr

Class org.infinispan.config.AdvancedExternalizerConfig extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: -5161505617995274887L

Serialized Fields

externalizerClass

String externalizerClass

advancedExternalizer

AdvancedExternalizer<T> advancedExternalizer

id

Integer id

Class org.infinispan.config.CacheLoaderManagerConfig extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 2210349340378984424L

Serialized Fields

passivation

Boolean passivation

preload

Boolean preload

shared

Boolean shared

cacheLoaderConfigs

List<E> cacheLoaderConfigs

Class org.infinispan.config.Configuration extends AbstractNamedCacheConfigurationBean implements Serializable

serialVersionUID: 5553791890144997466L

Serialized Fields

globalConfiguration

GlobalConfiguration globalConfiguration
Deprecated. 

name

String name
Deprecated. 

fluentConfig

FluentConfiguration fluentConfig
Deprecated. 

cl

ClassLoader cl
Deprecated. 

locking

Configuration.LockingType locking
Deprecated. 

loaders

CacheLoaderManagerConfig loaders
Deprecated. 

transaction

Configuration.TransactionType transaction
Deprecated. 

customInterceptors

Configuration.CustomInterceptorsType customInterceptors
Deprecated. 

dataContainer

Configuration.DataContainerType dataContainer
Deprecated. 

eviction

Configuration.EvictionType eviction
Deprecated. 

expiration

Configuration.ExpirationType expiration
Deprecated. 

unsafe

Configuration.UnsafeType unsafe
Deprecated. 

clustering

Configuration.ClusteringType clustering
Deprecated. 

jmxStatistics

Configuration.JmxStatistics jmxStatistics
Deprecated. 

storeAsBinary

Configuration.StoreAsBinary storeAsBinary
Deprecated. 

lazyDeserialization

Configuration.LazyDeserialization lazyDeserialization
Deprecated. 

invocationBatching

Configuration.InvocationBatching invocationBatching
Deprecated. 

deadlockDetection

Configuration.DeadlockDetectionType deadlockDetection
Deprecated. 

indexing

Configuration.QueryConfigurationBean indexing
Deprecated. 

versioning

Configuration.VersioningConfigurationBean versioning
Deprecated. 

Class org.infinispan.config.Configuration.AsyncType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -7726319188826197399L

Serialized Fields

readFromXml

boolean readFromXml
Deprecated. 

useReplQueue

Boolean useReplQueue
Deprecated. 

replQueueMaxElements

Integer replQueueMaxElements
Deprecated. 

replQueueInterval

Long replQueueInterval
Deprecated. 

asyncMarshalling

Boolean asyncMarshalling
Deprecated. 

replQueueClass

String replQueueClass
Deprecated. 

unmarshalledFromXml

boolean unmarshalledFromXml
Deprecated. 

Class org.infinispan.config.Configuration.BooleanAttributeType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 2296863404153834686L

Serialized Fields

fieldName

String fieldName
Deprecated. 

enabled

Boolean enabled
Deprecated. 

Class org.infinispan.config.Configuration.ClusteringType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 4048135465543498430L

Serialized Fields

stringMode

String stringMode
Deprecated. 

configuredAsync

boolean configuredAsync
Deprecated. 

configuredSync

boolean configuredSync
Deprecated. 

mode

Configuration.CacheMode mode
Deprecated. 

sync

Configuration.SyncType sync
Deprecated. 

stateRetrieval

Configuration.StateRetrievalType stateRetrieval
Deprecated. 

l1

Configuration.L1Type l1
Deprecated. 

async

Configuration.AsyncType async
Deprecated. 

hash

Configuration.HashType hash
Deprecated. 

Class org.infinispan.config.Configuration.CustomInterceptorPositionType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

Serialized Fields

interceptor

CommandInterceptor interceptor
Deprecated. 

type

Configuration.CustomInterceptorsType type
Deprecated. 

Class org.infinispan.config.Configuration.CustomInterceptorsType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 7187545782011884661L

Serialized Fields

customInterceptors

List<E> customInterceptors
Deprecated. 

Class org.infinispan.config.Configuration.DataContainerType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -959027510815676570L

Serialized Fields

dataContainerClass

String dataContainerClass
Deprecated. 

properties

TypedProperties properties
Deprecated. 

dataContainer

DataContainer dataContainer
Deprecated. 

Class org.infinispan.config.Configuration.DeadlockDetectionType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -7178286048602531152L

Serialized Fields

enabled

Boolean enabled
Deprecated. 

spinDuration

Long spinDuration
Deprecated. 

Class org.infinispan.config.Configuration.EvictionType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -1248563712058858791L

Serialized Fields

wakeUpInterval

Long wakeUpInterval
Deprecated. 

strategy

EvictionStrategy strategy
Deprecated. 

maxEntries

Integer maxEntries
Deprecated. 

threadPolicy

EvictionThreadPolicy threadPolicy
Deprecated. 

Class org.infinispan.config.Configuration.ExpirationType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 5757161438110848530L

Serialized Fields

lifespan

Long lifespan
Deprecated. 

maxIdle

Long maxIdle
Deprecated. 

wakeUpInterval

Long wakeUpInterval
Deprecated. 

reaperEnabled

Boolean reaperEnabled
Deprecated. 

Class org.infinispan.config.Configuration.HashType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 752218766840948822L

Serialized Fields

consistentHashClass

String consistentHashClass
Deprecated. 

hashFunctionClass

String hashFunctionClass
Deprecated. 

numOwners

Integer numOwners
Deprecated. 

rehashWait

Long rehashWait
Deprecated. 

rehashRpcTimeout

Long rehashRpcTimeout
Deprecated. 

rehashEnabled

Boolean rehashEnabled
Deprecated. 

numVirtualNodes

Integer numVirtualNodes
Deprecated. 

groups

GroupsConfiguration groups
Deprecated. 

activated

boolean activated
Deprecated. 

Class org.infinispan.config.Configuration.InvocationBatching extends Configuration.BooleanAttributeType implements Serializable

serialVersionUID: 5854115656815587815L

Class org.infinispan.config.Configuration.JmxStatistics extends Configuration.BooleanAttributeType implements Serializable

serialVersionUID: 8716456707015486673L

Class org.infinispan.config.Configuration.L1Type extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -4703587764861110638L

Serialized Fields

enabled

Boolean enabled
Deprecated. 

lifespan

Long lifespan
Deprecated. 

onRehash

Boolean onRehash
Deprecated. 

invalidationThreshold

Integer invalidationThreshold
Deprecated. 

frequency

Long frequency
Deprecated. 

activated

boolean activated
Deprecated. 

Class org.infinispan.config.Configuration.LazyDeserialization extends Configuration.BooleanAttributeType implements Serializable

Class org.infinispan.config.Configuration.LockingType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 8142143187082119506L

Serialized Fields

lockAcquisitionTimeout

Long lockAcquisitionTimeout
Deprecated. 

isolationLevel

IsolationLevel isolationLevel
Deprecated. 

writeSkewCheck

Boolean writeSkewCheck
Deprecated. 

useLockStriping

Boolean useLockStriping
Deprecated. 

concurrencyLevel

Integer concurrencyLevel
Deprecated. 

Class org.infinispan.config.Configuration.QueryConfigurationBean extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 2891683014353342549L

Serialized Fields

enabled

Boolean enabled
Deprecated. 

indexLocalOnly

Boolean indexLocalOnly
Deprecated. 

properties

TypedProperties properties
Deprecated. 

Class org.infinispan.config.Configuration.RecoveryType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 7727835976746044904L

Serialized Fields

enabled

boolean enabled
Deprecated. 

recoveryInfoCacheName

String recoveryInfoCacheName
Deprecated. 

Class org.infinispan.config.Configuration.StateRetrievalType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 3709234918426217096L

Serialized Fields

fetchInMemoryState

Boolean fetchInMemoryState
Deprecated. 

alwaysProvideInMemoryState

Boolean alwaysProvideInMemoryState
Deprecated. 

timeout

Long timeout
Deprecated. 

initialRetryWaitTime

Long initialRetryWaitTime
Deprecated. 

retryWaitTimeIncreaseFactor

Integer retryWaitTimeIncreaseFactor
Deprecated. 

numRetries

Integer numRetries
Deprecated. 

logFlushTimeout

Long logFlushTimeout
Deprecated. 

maxNonProgressingLogWrites

Integer maxNonProgressingLogWrites
Deprecated. 

chunkSize

Integer chunkSize
Deprecated. 

Class org.infinispan.config.Configuration.StoreAsBinary extends Configuration.BooleanAttributeType implements Serializable

serialVersionUID: 7404820498857564962L

Serialized Fields

storeKeysAsBinary

Boolean storeKeysAsBinary
Deprecated. 

storeValuesAsBinary

Boolean storeValuesAsBinary
Deprecated. 

Class org.infinispan.config.Configuration.SyncType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: 8419216253674289524L

Serialized Fields

replTimeout

Long replTimeout
Deprecated. 

unmarshalledFromXml

boolean unmarshalledFromXml
Deprecated. 

Class org.infinispan.config.Configuration.TransactionType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -3867090839830874603L

Serialized Fields

transactionManagerLookupClass

String transactionManagerLookupClass
Deprecated. 

transactionManagerLookup

TransactionManagerLookup transactionManagerLookup
Deprecated. 

transactionSynchronizationRegistryLookup

TransactionSynchronizationRegistryLookup transactionSynchronizationRegistryLookup
Deprecated. 

syncCommitPhase

Boolean syncCommitPhase
Deprecated. 

syncRollbackPhase

Boolean syncRollbackPhase
Deprecated. 

useEagerLocking

Boolean useEagerLocking
Deprecated. 

useSynchronization

Boolean useSynchronization
Deprecated. 

eagerLockSingleNode

Boolean eagerLockSingleNode
Deprecated. 

cacheStopTimeout

Integer cacheStopTimeout
Deprecated. 

lockingMode

LockingMode lockingMode
Deprecated. 

transactionMode

TransactionMode transactionMode
Deprecated. 

autoCommit

Boolean autoCommit
Deprecated. 

recovery

Configuration.RecoveryType recovery
Deprecated. 

use1PcForAutoCommitTransactions

Boolean use1PcForAutoCommitTransactions
Deprecated. 

Class org.infinispan.config.Configuration.UnsafeType extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -9200921443651234163L

Serialized Fields

unreliableReturnValues

Boolean unreliableReturnValues
Deprecated. 

Class org.infinispan.config.Configuration.VersioningConfigurationBean extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

serialVersionUID: -123456789001234L

Serialized Fields

enabled

Boolean enabled
Deprecated. 

versioningScheme

VersioningScheme versioningScheme
Deprecated. 

Class org.infinispan.config.ConfigurationException extends CacheException implements Serializable

serialVersionUID: -5576382839360927955L

Serialized Fields

erroneousAttributes

List<E> erroneousAttributes

Class org.infinispan.config.CustomInterceptorConfig extends AbstractNamedCacheConfigurationBean implements Serializable

serialVersionUID: 6206233611032238190L

Serialized Fields

interceptor

CommandInterceptor interceptor

index

Integer index

after

String after

before

String before

position

org.infinispan.config.CustomInterceptorConfig.Position position

className

String className

properties

TypedProperties properties

Class org.infinispan.config.DuplicateCacheNameException extends ConfigurationException implements Serializable

serialVersionUID: 3829520782638366878L

Class org.infinispan.config.FluentConfiguration extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

Class org.infinispan.config.FluentGlobalConfiguration extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

Class org.infinispan.config.GlobalConfiguration extends AbstractConfigurationBean implements Serializable

serialVersionUID: 8910865501990177720L

Serialized Fields

fluentGlobalConfig

FluentGlobalConfiguration fluentGlobalConfig
Deprecated. 

asyncListenerExecutor

GlobalConfiguration.ExecutorFactoryType asyncListenerExecutor
Deprecated. 

asyncTransportExecutor

GlobalConfiguration.ExecutorFactoryType asyncTransportExecutor
Deprecated. 

evictionScheduledExecutor

GlobalConfiguration.ScheduledExecutorFactoryType evictionScheduledExecutor
Deprecated. 

replicationQueueScheduledExecutor

GlobalConfiguration.ScheduledExecutorFactoryType replicationQueueScheduledExecutor
Deprecated. 

globalJmxStatistics

GlobalConfiguration.GlobalJmxStatisticsType globalJmxStatistics
Deprecated. 

transport

GlobalConfiguration.TransportType transport
Deprecated. 

serialization

GlobalConfiguration.SerializationType serialization
Deprecated. 

shutdown

GlobalConfiguration.ShutdownType shutdown
Deprecated. 

gcr

GlobalComponentRegistry gcr
Deprecated. 

cl

ClassLoader cl
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: -496116709223466807L

Serialized Fields

advancedExternalizers

List<E> advancedExternalizers
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.ExecutorFactoryType extends GlobalConfiguration.FactoryClassWithPropertiesType implements Serializable

serialVersionUID: 6895901500645539386L

Serialized Fields

factory

String factory
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.FactoryClassWithPropertiesType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: 7625606997888180254L

Serialized Fields

properties

TypedProperties properties

Class org.infinispan.config.GlobalConfiguration.GlobalJmxStatisticsType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: 6639689526822921024L

Serialized Fields

enabled

Boolean enabled
Deprecated. 

jmxDomain

String jmxDomain
Deprecated. 

mBeanServerLookup

String mBeanServerLookup
Deprecated. 

allowDuplicateDomains

Boolean allowDuplicateDomains
Deprecated. 

cacheManagerName

String cacheManagerName
Deprecated. 

properties

TypedProperties properties
Deprecated. 

mBeanServerLookupInstance

MBeanServerLookup mBeanServerLookupInstance
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.ScheduledExecutorFactoryType extends GlobalConfiguration.FactoryClassWithPropertiesType implements Serializable

serialVersionUID: 7806391452092647488L

Serialized Fields

factory

String factory
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.SerializationType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: -925947118621507282L

Serialized Fields

marshallerClass

String marshallerClass
Deprecated. 

version

String version
Deprecated. 

versionShort

short versionShort
Deprecated. 

externalizerTypes

GlobalConfiguration.AdvancedExternalizersType externalizerTypes
Deprecated. 

classResolver

org.jboss.marshalling.ClassResolver classResolver
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.ShutdownType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: 3427920991221031456L

Serialized Fields

hookBehavior

GlobalConfiguration.ShutdownHookBehavior hookBehavior
Deprecated. 

Class org.infinispan.config.GlobalConfiguration.TransportType extends org.infinispan.config.AbstractConfigurationBeanWithGCR implements Serializable

serialVersionUID: -4739815717370060368L

Serialized Fields

clusterName

String clusterName
Deprecated. 

machineId

String machineId
Deprecated. 

rackId

String rackId
Deprecated. 

siteId

String siteId
Deprecated. 

strictPeerToPeer

Boolean strictPeerToPeer
Deprecated. 

distributedSyncTimeout

Long distributedSyncTimeout
Deprecated. 

transportClass

String transportClass
Deprecated. 

nodeName

String nodeName
Deprecated. 

properties

TypedProperties properties
Deprecated. 

Class org.infinispan.config.GrouperConfiguration extends AbstractNamedCacheConfigurationBean implements Serializable

Serialized Fields

clazz

String clazz

Class org.infinispan.config.GroupsConfiguration extends org.infinispan.config.AbstractFluentConfigurationBean implements Serializable

Serialized Fields

groupers

List<E> groupers

enabled

Boolean enabled

Package org.infinispan.container.entries

Class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer extends AbstractExternalizer<ImmortalCacheEntry> implements Serializable

Serialization Methods

readObject

public ImmortalCacheEntry readObject(ObjectInput input)
                              throws IOException,
                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ImmortalCacheEntry ice)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.ImmortalCacheValue.Externalizer extends AbstractExternalizer<ImmortalCacheValue> implements Serializable

Serialization Methods

readObject

public ImmortalCacheValue readObject(ObjectInput input)
                              throws IOException,
                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ImmortalCacheValue icv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.MortalCacheEntry.Externalizer extends AbstractExternalizer<MortalCacheEntry> implements Serializable

Serialization Methods

readObject

public MortalCacheEntry readObject(ObjectInput input)
                            throws IOException,
                                   ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        MortalCacheEntry mce)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.MortalCacheValue.Externalizer extends AbstractExternalizer<MortalCacheValue> implements Serializable

Serialization Methods

readObject

public MortalCacheValue readObject(ObjectInput input)
                            throws IOException,
                                   ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        MortalCacheValue mcv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.TransientCacheEntry.Externalizer extends AbstractExternalizer<TransientCacheEntry> implements Serializable

Serialization Methods

readObject

public TransientCacheEntry readObject(ObjectInput input)
                               throws IOException,
                                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        TransientCacheEntry tce)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.TransientCacheValue.Externalizer extends AbstractExternalizer<TransientCacheValue> implements Serializable

Serialization Methods

readObject

public TransientCacheValue readObject(ObjectInput input)
                               throws IOException,
                                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        TransientCacheValue tcv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer extends AbstractExternalizer<TransientMortalCacheEntry> implements Serializable

Serialization Methods

readObject

public TransientMortalCacheEntry readObject(ObjectInput input)
                                     throws IOException,
                                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        TransientMortalCacheEntry entry)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer extends AbstractExternalizer<TransientMortalCacheValue> implements Serializable

Serialization Methods

readObject

public TransientMortalCacheValue readObject(ObjectInput input)
                                     throws IOException,
                                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        TransientMortalCacheValue value)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.container.entries.versioned

Class org.infinispan.container.entries.versioned.VersionedImmortalCacheEntry.Externalizer extends AbstractExternalizer<VersionedImmortalCacheEntry> implements Serializable

Serialization Methods

readObject

public VersionedImmortalCacheEntry readObject(ObjectInput input)
                                       throws IOException,
                                              ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedImmortalCacheEntry ice)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedImmortalCacheValue.Externalizer extends AbstractExternalizer<VersionedImmortalCacheValue> implements Serializable

Serialization Methods

readObject

public VersionedImmortalCacheValue readObject(ObjectInput input)
                                       throws IOException,
                                              ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedImmortalCacheValue icv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedMortalCacheEntry.Externalizer extends AbstractExternalizer<VersionedMortalCacheEntry> implements Serializable

Serialization Methods

readObject

public VersionedMortalCacheEntry readObject(ObjectInput input)
                                     throws IOException,
                                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedMortalCacheEntry ice)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedMortalCacheValue.Externalizer extends AbstractExternalizer<VersionedMortalCacheValue> implements Serializable

Serialization Methods

readObject

public VersionedMortalCacheValue readObject(ObjectInput input)
                                     throws IOException,
                                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedMortalCacheValue mcv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedTransientCacheEntry.Externalizer extends AbstractExternalizer<VersionedTransientCacheEntry> implements Serializable

Serialization Methods

readObject

public VersionedTransientCacheEntry readObject(ObjectInput input)
                                        throws IOException,
                                               ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedTransientCacheEntry ice)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedTransientCacheValue.Externalizer extends AbstractExternalizer<VersionedTransientCacheValue> implements Serializable

Serialization Methods

readObject

public VersionedTransientCacheValue readObject(ObjectInput input)
                                        throws IOException,
                                               ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedTransientCacheValue tcv)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedTransientMortalCacheEntry.Externalizer extends AbstractExternalizer<VersionedTransientMortalCacheEntry> implements Serializable

Serialization Methods

readObject

public VersionedTransientMortalCacheEntry readObject(ObjectInput input)
                                              throws IOException,
                                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedTransientMortalCacheEntry ice)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.container.entries.versioned.VersionedTransientMortalCacheValue.Externalizer extends AbstractExternalizer<VersionedTransientMortalCacheValue> implements Serializable

Serialization Methods

readObject

public VersionedTransientMortalCacheValue readObject(ObjectInput input)
                                              throws IOException,
                                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        VersionedTransientMortalCacheValue value)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.container.versioning

Class org.infinispan.container.versioning.EntryVersionsMap extends HashMap<Object,IncrementableEntryVersion> implements Serializable

Class org.infinispan.container.versioning.SimpleClusteredVersion extends Object implements Serializable

Serialized Fields

viewId

int viewId

version

long version

Package org.infinispan.context

Class org.infinispan.context.Flag.Externalizer extends AbstractExternalizer<Flag> implements Serializable

Serialization Methods

readObject

public Flag readObject(ObjectInput input)
                throws IOException,
                       ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        Flag object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.distexec.mapreduce

Package org.infinispan.distribution

Class org.infinispan.distribution.RemoteTransactionLogDetails.Externalizer extends AbstractExternalizer<RemoteTransactionLogDetails> implements Serializable

Serialization Methods

readObject

public RemoteTransactionLogDetails readObject(ObjectInput input)
                                       throws IOException,
                                              ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        RemoteTransactionLogDetails object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.distribution.ch

Class org.infinispan.distribution.ch.AbstractWheelConsistentHash.Externalizer extends AbstractExternalizer<T extends AbstractWheelConsistentHash> implements Serializable

Serialization Methods

readObject

public T readObject(ObjectInput unmarshaller)
                                                 throws IOException,
                                                        ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        T abstractWheelConsistentHash)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.distribution.ch.DefaultConsistentHash.Externalizer extends AbstractWheelConsistentHash.Externalizer<DefaultConsistentHash> implements Serializable

Class org.infinispan.distribution.ch.ExperimentalDefaultConsistentHash.Externalizer extends AbstractExternalizer<ExperimentalDefaultConsistentHash> implements Serializable

Serialization Methods

readObject

public ExperimentalDefaultConsistentHash readObject(ObjectInput input)
                                             throws IOException,
                                                    ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ExperimentalDefaultConsistentHash object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.distribution.ch.TopologyAwareConsistentHash.Externalizer extends AbstractWheelConsistentHash.Externalizer<TopologyAwareConsistentHash> implements Serializable

Class org.infinispan.distribution.ch.UnionConsistentHash.Externalizer extends AbstractExternalizer<UnionConsistentHash> implements Serializable

Serialization Methods

readObject

public UnionConsistentHash readObject(ObjectInput input)
                               throws IOException,
                                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        UnionConsistentHash uch)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.factories.components

Class org.infinispan.factories.components.ComponentMetadata extends Object implements Serializable

Serialized Fields

name

String name

injectMetadata

ComponentMetadata.InjectMetadata[] injectMetadata

startMethods

ComponentMetadata.PrioritizedMethodMetadata[] startMethods

stopMethods

ComponentMetadata.PrioritizedMethodMetadata[] stopMethods

globalScope

boolean globalScope

survivesRestarts

boolean survivesRestarts

Class org.infinispan.factories.components.ComponentMetadata.InjectMetadata extends Object implements Serializable

serialVersionUID: 4848856551345751894L

Serialized Fields

methodName

String methodName

parameters

String[] parameters

parameterNames

Map<K,V> parameterNames

Class org.infinispan.factories.components.ComponentMetadata.PrioritizedMethodMetadata extends Object implements Serializable

Serialized Fields

methodName

String methodName

priority

int priority

Class org.infinispan.factories.components.JmxAttributeMetadata extends Object implements Serializable

Serialized Fields

name

String name

description

String description

writable

boolean writable

useSetter

boolean useSetter

type

String type

is

boolean is

Class org.infinispan.factories.components.JmxOperationMetadata extends Object implements Serializable

Serialized Fields

methodName

String methodName

methodParameters

String[] methodParameters

description

String description

Class org.infinispan.factories.components.ManageableComponentMetadata extends ComponentMetadata implements Serializable

Serialized Fields

jmxObjectName

String jmxObjectName

description

String description

attributeMetadata

Set<E> attributeMetadata

operationMetadata

Set<E> operationMetadata

Package org.infinispan.io

Class org.infinispan.io.GridFile extends File implements Serializable

serialVersionUID: 552534285862004134L

Serialized Fields

metadataCache

AdvancedCache<K,V> metadataCache

fs

GridFilesystem fs

path

String path

chunkSize

int chunkSize

Class org.infinispan.io.GridFile.Metadata 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

Package org.infinispan.jmx

Class org.infinispan.jmx.JmxDomainConflictException extends CacheException implements Serializable

serialVersionUID: 8057798477119623578L


Package org.infinispan.loaders

Class org.infinispan.loaders.AbstractCacheLoaderConfig extends AbstractNamedCacheConfigurationBean implements Serializable

serialVersionUID: -4303705423800914433L

Serialized Fields

cacheLoaderClassName

String cacheLoaderClassName

properties

TypedProperties properties

Class org.infinispan.loaders.AbstractCacheStoreConfig extends AbstractCacheLoaderConfig implements Serializable

serialVersionUID: 4607371052771122893L

Serialized Fields

ignoreModifications

Boolean ignoreModifications

fetchPersistentState

Boolean fetchPersistentState

purgeOnStartup

Boolean purgeOnStartup

purgeSynchronously

Boolean purgeSynchronously

purgerThreads

Integer purgerThreads

singletonStore

SingletonStoreConfig singletonStore

async

AsyncStoreConfig async

Class org.infinispan.loaders.CacheLoaderException extends Exception implements Serializable

serialVersionUID: -7640401612614646818L

Class org.infinispan.loaders.LockSupportCacheStoreConfig extends AbstractCacheStoreConfig implements Serializable

serialVersionUID: 842757200078048889L

Serialized Fields

lockConcurrencyLevel

int lockConcurrencyLevel

lockAcquistionTimeout

long lockAcquistionTimeout

Package org.infinispan.loaders.bucket

Class org.infinispan.loaders.bucket.Bucket.Externalizer extends AbstractExternalizer<Bucket> implements Serializable

serialVersionUID: -5291318076267612501L

Serialization Methods

readObject

public Bucket readObject(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        Bucket b)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.loaders.cluster

Class org.infinispan.loaders.cluster.ClusterCacheLoaderConfig extends AbstractCacheLoaderConfig implements Serializable

serialVersionUID: -44748358960849539L

Serialized Fields

remoteCallTimeout

long remoteCallTimeout

Package org.infinispan.loaders.decorators

Class org.infinispan.loaders.decorators.AbstractDecoratorConfigurationBean extends AbstractNamedCacheConfigurationBean implements Serializable

Serialized Fields

cacheStoreConfig

AbstractCacheStoreConfig cacheStoreConfig

Class org.infinispan.loaders.decorators.AsyncStoreConfig extends AbstractDecoratorConfigurationBean implements Serializable

serialVersionUID: -8596800049019004961L

Serialized Fields

enabled

Boolean enabled

threadPoolSize

Integer threadPoolSize

flushLockTimeout

Long flushLockTimeout

shutdownTimeout

Long shutdownTimeout

modificationQueueSize

Integer modificationQueueSize

Class org.infinispan.loaders.decorators.SingletonStore.PushStateException extends Exception implements Serializable

serialVersionUID: 5542893943730200886L

Class org.infinispan.loaders.decorators.SingletonStoreConfig extends AbstractDecoratorConfigurationBean implements Serializable

serialVersionUID: 824251894176131850L

Serialized Fields

enabled

Boolean enabled

pushStateWhenCoordinator

Boolean pushStateWhenCoordinator

pushStateTimeout

Long pushStateTimeout

Package org.infinispan.loaders.file

Class org.infinispan.loaders.file.FileCacheStoreConfig extends LockSupportCacheStoreConfig implements Serializable

serialVersionUID: 1551092386868095926L

Serialized Fields

location

String location

streamBufferSize

int streamBufferSize

fsyncMode

FileCacheStoreConfig.FsyncMode fsyncMode

fsyncInterval

long fsyncInterval

Package org.infinispan.loaders.jdbc

Class org.infinispan.loaders.jdbc.AbstractJdbcCacheStoreConfig extends LockSupportCacheStoreConfig implements Serializable

Serialized Fields

connectionFactoryConfig

ConnectionFactoryConfig connectionFactoryConfig

Class org.infinispan.loaders.jdbc.AbstractNonDelegatingJdbcCacheStoreConfig extends AbstractJdbcCacheStoreConfig implements Serializable

serialVersionUID: 842757200078048889L

Serialized Fields

lockConcurrencyLevel

int lockConcurrencyLevel

lockAcquistionTimeout

long lockAcquistionTimeout

tableManipulation

TableManipulation tableManipulation

manageConnectionFactory

boolean manageConnectionFactory

Package org.infinispan.loaders.jdbc.binary

Class org.infinispan.loaders.jdbc.binary.JdbcBinaryCacheStoreConfig extends AbstractNonDelegatingJdbcCacheStoreConfig implements Serializable

serialVersionUID: 7659899424935453635L


Package org.infinispan.loaders.jdbc.logging

Class org.infinispan.loaders.jdbc.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.loaders.jdbc.mixed

Class org.infinispan.loaders.jdbc.mixed.JdbcMixedCacheStoreConfig extends AbstractJdbcCacheStoreConfig implements Serializable

serialVersionUID: -1343548133363285687L

Serialized Fields

binaryTableManipulation

TableManipulation binaryTableManipulation

stringsTableManipulation

TableManipulation stringsTableManipulation

key2StringMapper

String key2StringMapper

binaryConcurrencyLevel

int binaryConcurrencyLevel

stringsConcurrencyLevel

int stringsConcurrencyLevel

lockAcquistionTimeout

int lockAcquistionTimeout

Package org.infinispan.loaders.jdbc.stringbased

Class org.infinispan.loaders.jdbc.stringbased.JdbcStringBasedCacheStoreConfig extends AbstractNonDelegatingJdbcCacheStoreConfig implements Serializable

serialVersionUID: 8835350707132331983L

Serialized Fields

key2StringMapper

Key2StringMapper key2StringMapper

Package org.infinispan.loaders.keymappers

Class org.infinispan.loaders.keymappers.UnsupportedKeyTypeException extends CacheLoaderException implements Serializable

serialVersionUID: 1442739860198872706L


Package org.infinispan.loaders.remote

Class org.infinispan.loaders.remote.RemoteCacheStoreConfig extends AbstractCacheStoreConfig implements Serializable

Serialized Fields

remoteCacheName

String remoteCacheName

hotRodClientProperties

Properties hotRodClientProperties

asyncExecutorFactory

ExecutorFactory asyncExecutorFactory

Package org.infinispan.loaders.remote.logging

Class org.infinispan.loaders.remote.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.manager

Class org.infinispan.manager.EmbeddedCacheManagerStartupException extends CacheException implements Serializable

Class org.infinispan.manager.NamedCacheNotFoundException extends Exception implements Serializable

serialVersionUID: 5937213470732655993L


Package org.infinispan.marshall

Class org.infinispan.marshall.AbstractExternalizer extends Object implements Serializable

Class org.infinispan.marshall.MarshalledValue extends Object implements Serializable

Serialized Fields

instance

Object instance

raw

MarshalledValueByteStream raw

serialisedSize

int serialisedSize

cachedHashCode

int cachedHashCode

Class org.infinispan.marshall.MarshalledValue.Externalizer extends AbstractExternalizer<MarshalledValue> implements Serializable

Serialization Methods

readObject

public MarshalledValue readObject(ObjectInput input)
                           throws IOException
Throws:
IOException - if an I/O error occurs

writeObject

public void writeObject(ObjectOutput output,
                        MarshalledValue mv)
                 throws IOException
Throws:
IOException - if an I/O error occurs
Serialized Fields

globalMarshaller

StreamingMarshaller globalMarshaller

Class org.infinispan.marshall.NotSerializableException extends CacheException implements Serializable

serialVersionUID: 8217398736102723887L


Package org.infinispan.marshall.exts

Class org.infinispan.marshall.exts.ArrayListExternalizer extends AbstractExternalizer<ArrayList> implements Serializable

Serialization Methods

readObject

public ArrayList readObject(ObjectInput input)
                     throws IOException,
                            ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ArrayList list)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.marshall.exts.CacheRpcCommandExternalizer extends AbstractExternalizer<CacheRpcCommand> implements Serializable

Serialization Methods

readObject

public CacheRpcCommand readObject(ObjectInput input)
                           throws IOException,
                                  ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        CacheRpcCommand command)
                 throws IOException
Throws:
IOException - if an I/O error occurs
Serialized Fields

gcr

GlobalComponentRegistry gcr

cmdExt

ReplicableCommandExternalizer cmdExt

globalMarshaller

StreamingMarshaller globalMarshaller

Class org.infinispan.marshall.exts.LinkedListExternalizer extends AbstractExternalizer<LinkedList> implements Serializable

Serialization Methods

readObject

public LinkedList readObject(ObjectInput input)
                      throws IOException,
                             ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        LinkedList list)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.marshall.exts.MapExternalizer extends AbstractExternalizer<Map> implements Serializable

Serialization Methods

readObject

public Map readObject(ObjectInput input)
               throws IOException,
                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        Map map)
                 throws IOException
Throws:
IOException - if an I/O error occurs
Serialized Fields

numbers

org.jboss.marshalling.util.IdentityIntMap<T> numbers

Class org.infinispan.marshall.exts.NoStateExternalizer extends AbstractExternalizer<T> implements Serializable

Serialization Methods

writeObject

public void writeObject(ObjectOutput output,
                        T object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.marshall.exts.ReplicableCommandExternalizer extends AbstractExternalizer<ReplicableCommand> implements Serializable

Serialization Methods

readObject

public ReplicableCommand readObject(ObjectInput input)
                             throws IOException,
                                    ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ReplicableCommand command)
                 throws IOException
Throws:
IOException - if an I/O error occurs
Serialized Fields

cmdFactory

RemoteCommandsFactory cmdFactory

globalComponentRegistry

GlobalComponentRegistry globalComponentRegistry

Class org.infinispan.marshall.exts.SetExternalizer extends AbstractExternalizer<Set> implements Serializable

Serialization Methods

readObject

public Set readObject(ObjectInput input)
               throws IOException,
                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        Set set)
                 throws IOException
Throws:
IOException - if an I/O error occurs
Serialized Fields

numbers

org.jboss.marshalling.util.IdentityIntMap<T> numbers

Class org.infinispan.marshall.exts.SingletonListExternalizer extends AbstractExternalizer<List<?>> implements Serializable

Serialization Methods

readObject

public List<?> readObject(ObjectInput input)
                   throws IOException,
                          ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        List<?> list)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.marshall.jboss

Class org.infinispan.marshall.jboss.JBossExternalizerAdapter extends Object implements Serializable

Serialized Fields

externalizer

Externalizer<T> externalizer

Package org.infinispan.notifications

Class org.infinispan.notifications.IncorrectListenerException extends CacheException implements Serializable

serialVersionUID: 3847404572671886703L


Package org.infinispan.remoting

Class org.infinispan.remoting.MIMECacheEntry extends Object implements Serializable

serialVersionUID: -7857224258673285445L

Serialized Fields

contentType

String contentType
The MIME Content type value, for example application/octet-stream. Often used in HTTP headers.


data

byte[] data
The payload. The actual form of the contents depends on the contentType field. Will be String data if the contentType is application/json, application/xml or text/*


lastModified

long lastModified
The date the entry was created...

Class org.infinispan.remoting.RpcException extends CacheException implements Serializable

serialVersionUID: 33172388691879866L


Package org.infinispan.remoting.responses

Class org.infinispan.remoting.responses.ExceptionResponse.Externalizer extends AbstractExternalizer<ExceptionResponse> implements Serializable

Serialization Methods

readObject

public ExceptionResponse readObject(ObjectInput input)
                             throws IOException,
                                    ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ExceptionResponse response)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer extends AbstractExternalizer<SuccessfulResponse> implements Serializable

Serialization Methods

readObject

public SuccessfulResponse readObject(ObjectInput input)
                              throws IOException,
                                     ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        SuccessfulResponse response)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer extends AbstractExternalizer<UnsuccessfulResponse> implements Serializable

Serialization Methods

readObject

public UnsuccessfulResponse readObject(ObjectInput input)
                                throws IOException,
                                       ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        UnsuccessfulResponse object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.remoting.responses.UnsureResponse.Externalizer extends AbstractExternalizer<UnsureResponse> implements Serializable

Serialization Methods

readObject

public UnsureResponse readObject(ObjectInput input)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        UnsureResponse subject)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.remoting.transport.jgroups

Class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer extends AbstractExternalizer<JGroupsAddress> implements Serializable

Serialization Methods

readObject

public JGroupsAddress readObject(ObjectInput unmarshaller)
                          throws IOException,
                                 ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        JGroupsAddress address)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer extends Object implements Serializable

Serialization Methods

readObject

public JGroupsTopologyAwareAddress readObject(ObjectInput unmarshaller)
                                       throws IOException,
                                              ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        JGroupsTopologyAwareAddress address)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.remoting.transport.jgroups.SuspectException extends CacheException implements Serializable

serialVersionUID: -2965599037371850141L

Serialized Fields

suspect

Address suspect

Package org.infinispan.rest.logging

Class org.infinispan.rest.logging.JavaLog_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.server.core

Class org.infinispan.server.core.CacheValue extends Object implements Serializable

Serialized Fields

data

byte[] data

version

long version

Class org.infinispan.server.core.CacheValue.Externalizer extends AbstractExternalizer<org.infinispan.server.core.CacheValue> implements Serializable

Serialization Methods

readObject

public Object readObject(ObjectInput arg0)

readObject

public org.infinispan.server.core.CacheValue readObject(ObjectInput arg0)

writeObject

public void writeObject(ObjectOutput arg0,
                        Object arg1)

writeObject

public void writeObject(ObjectOutput arg0,
                        org.infinispan.server.core.CacheValue arg1)

Class org.infinispan.server.core.CacheValue$ extends Object implements Serializable

Serialization Methods

readResolve

public Object readResolve()

Class org.infinispan.server.core.Operation$ extends scala.Enumeration implements Serializable

Serialized Fields

PutRequest

scala.Enumeration.Value PutRequest

PutIfAbsentRequest

scala.Enumeration.Value PutIfAbsentRequest

ReplaceRequest

scala.Enumeration.Value ReplaceRequest

ReplaceIfUnmodifiedRequest

scala.Enumeration.Value ReplaceIfUnmodifiedRequest

GetRequest

scala.Enumeration.Value GetRequest

GetWithVersionRequest

scala.Enumeration.Value GetWithVersionRequest

RemoveRequest

scala.Enumeration.Value RemoveRequest

StatsRequest

scala.Enumeration.Value StatsRequest

Class org.infinispan.server.core.UnknownOperationException extends StreamCorruptedException implements Serializable


Package org.infinispan.server.core.logging

Class org.infinispan.server.core.logging.JavaLog_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.server.hotrod.logging

Class org.infinispan.server.hotrod.logging.JavaLog_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.server.memcached.logging

Class org.infinispan.server.memcached.logging.JavaLog_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Package org.infinispan.statetransfer

Class org.infinispan.statetransfer.LockInfo.Externalizer extends AbstractExternalizer<LockInfo> implements Serializable

Serialization Methods

readObject

public LockInfo readObject(ObjectInput input)
                    throws IOException,
                           ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        LockInfo object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.statetransfer.StateTransferCancelledException extends StateTransferException implements Serializable

Class org.infinispan.statetransfer.StateTransferException extends Exception implements Serializable

serialVersionUID: -7679740750970789100L

Class org.infinispan.statetransfer.StateTransferInProgressException extends TimeoutException implements Serializable

Serialized Fields

newCacheViewId

int newCacheViewId

Class org.infinispan.statetransfer.StateTransferLockReacquisitionException extends TimeoutException implements Serializable


Package org.infinispan.transaction

Class org.infinispan.transaction.WriteSkewException extends CacheException implements Serializable


Package org.infinispan.transaction.tm

Class org.infinispan.transaction.tm.BatchModeTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 5656602677430350961L

Class org.infinispan.transaction.tm.DummyBaseTransactionManager extends Object implements Serializable

serialVersionUID: -6716097342564237376L

Serialized Fields

transactionManagerId

UUID transactionManagerId

useXaXid

boolean useXaXid

Class org.infinispan.transaction.tm.DummyTransactionManager extends DummyBaseTransactionManager implements Serializable

serialVersionUID: 4396695354693176535L

Class org.infinispan.transaction.tm.DummyUserTransaction extends Object implements Serializable

serialVersionUID: -6568400755677046127L

Serialized Fields

tm

DummyTransactionManager tm

Package org.infinispan.transaction.xa

Class org.infinispan.transaction.xa.DldGlobalTransaction.Externalizer extends GlobalTransaction.AbstractGlobalTxExternalizer<DldGlobalTransaction> implements Serializable

Serialization Methods

readObject

public DldGlobalTransaction readObject(ObjectInput input)
                                throws IOException,
                                       ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        DldGlobalTransaction ddGt)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.transaction.xa.GlobalTransaction.AbstractGlobalTxExternalizer extends AbstractExternalizer<T extends GlobalTransaction> implements Serializable

Serialization Methods

readObject

public T readObject(ObjectInput input)
                                       throws IOException,
                                              ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        T gtx)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.transaction.xa.GlobalTransaction.Externalizer extends GlobalTransaction.AbstractGlobalTxExternalizer<GlobalTransaction> implements Serializable

Class org.infinispan.transaction.xa.InvalidTransactionException extends CacheException implements Serializable


Package org.infinispan.transaction.xa.recovery

Class org.infinispan.transaction.xa.recovery.InDoubtTxInfoImpl.Externalizer extends AbstractExternalizer<InDoubtTxInfoImpl> implements Serializable

Serialization Methods

readObject

public InDoubtTxInfoImpl readObject(ObjectInput input)
                             throws IOException,
                                    ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        InDoubtTxInfoImpl inDoubtTxInfoImpl)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.transaction.xa.recovery.RecoveryAwareDldGlobalTransaction.Externalizer extends GlobalTransaction.AbstractGlobalTxExternalizer<RecoveryAwareDldGlobalTransaction> implements Serializable

Serialization Methods

readObject

public RecoveryAwareDldGlobalTransaction readObject(ObjectInput input)
                                             throws IOException,
                                                    ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        RecoveryAwareDldGlobalTransaction globalTransaction)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction.Externalizer extends GlobalTransaction.AbstractGlobalTxExternalizer<RecoveryAwareGlobalTransaction> implements Serializable

Serialization Methods

readObject

public RecoveryAwareGlobalTransaction readObject(ObjectInput input)
                                          throws IOException,
                                                 ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        RecoveryAwareGlobalTransaction xidGtx)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.transaction.xa.recovery.SerializableXid.XidExternalizer extends AbstractExternalizer<SerializableXid> implements Serializable

Serialization Methods

readObject

public SerializableXid readObject(ObjectInput input)
                           throws IOException,
                                  ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        SerializableXid object)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Package org.infinispan.util

Class org.infinispan.util.ByteArrayKey extends Object implements Serializable

serialVersionUID: 7305972805432411725L

Serialized Fields

data

byte[] data

hashCode

int hashCode

Class org.infinispan.util.ByteArrayKey.Externalizer extends AbstractExternalizer<ByteArrayKey> implements Serializable

Serialization Methods

readObject

public ByteArrayKey readObject(ObjectInput input)
                        throws IOException,
                               ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        ByteArrayKey key)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.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.infinispan.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.infinispan.util.Immutables.ImmutableMapWrapperExternalizer extends AbstractExternalizer<Map> implements Serializable

Serialization Methods

readObject

public Map readObject(ObjectInput input)
               throws IOException,
                      ClassNotFoundException
Throws:
IOException - if an I/O error occurs
ClassNotFoundException - if a class could not be found

writeObject

public void writeObject(ObjectOutput output,
                        Map map)
                 throws IOException
Throws:
IOException - if an I/O error occurs

Class org.infinispan.util.LegacyKeySupportTypedProperties extends TypedProperties implements Serializable

Serialized Fields

legacyKeyMapping

Map<K,V> legacyKeyMapping

Class org.infinispan.util.ModuleProperties extends Properties implements Serializable

serialVersionUID: 2558131508076199744L

Serialized Fields

commandFactories

Map<K,V> commandFactories

commandInitializers

Map<K,V> commandInitializers

moduleCommands

Collection<E> moduleCommands

Class org.infinispan.util.SimpleImmutableEntry extends Object implements Serializable

serialVersionUID: -6092752114794052323L

Serialized Fields

key

Object key

value

Object value

Class org.infinispan.util.TypedProperties extends Properties implements Serializable

serialVersionUID: 3799321248100686287L


Package org.infinispan.util.concurrent

Class org.infinispan.util.concurrent.BoundedConcurrentHashMap extends AbstractMap<K,V> implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

segmentMask

int segmentMask
Mask value for indexing into segments. The upper bits of a key's hash code are used to choose the segment.


segmentShift

int segmentShift
Shift value for indexing within segments.


segments

org.infinispan.util.concurrent.BoundedConcurrentHashMap.Segment<K,V>[] segments
The segments, each of which is a specialized hash table

Class org.infinispan.util.concurrent.ConcurrentHashSet extends AbstractSet<E> implements Serializable

serialVersionUID: 5312604953511379869L

Serialized Fields

map

ConcurrentMap<K,V> map

Class org.infinispan.util.concurrent.ReclosableLatch extends AbstractQueuedSynchronizer implements Serializable

serialVersionUID: 1744280161777661090L

Class org.infinispan.util.concurrent.TimeoutException extends CacheException implements Serializable

serialVersionUID: -8096787619908687038L


Package org.infinispan.util.concurrent.jdk8backported

Class org.infinispan.util.concurrent.jdk8backported.ConcurrentHashMapV8 extends Object implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitutes the instance from a stream (that is, deserializes it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Saves the state of the ConcurrentHashMapV8 instance to a stream (i.e., serializes it).

Serial Data:
the key (Object) and value (Object) for each key-value mapping, followed by a null pair. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

segments

org.infinispan.util.concurrent.jdk8backported.ConcurrentHashMapV8.Segment<K,V>[] segments
For serialization compatibility. Null unless serialized; see below

Class org.infinispan.util.concurrent.jdk8backported.LongAdder extends org.infinispan.util.concurrent.jdk8backported.Striped64 implements Serializable

serialVersionUID: 7249069246863182397L

Serialization Methods

readObject

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

writeObject

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

Package org.infinispan.util.concurrent.locks

Class org.infinispan.util.concurrent.locks.DeadlockDetectedException extends CacheException implements Serializable

serialVersionUID: -8529876192715526744L

Class org.infinispan.util.concurrent.locks.OwnableReentrantLock extends AbstractQueuedSynchronizer implements Serializable

serialVersionUID: 4932974734462848792L

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

requestorOnStack

ThreadLocal<T> requestorOnStack

Package org.infinispan.util.logging

Class org.infinispan.util.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable

serialVersionUID: 1L


Infinispan Distribution 5.1.5.FINAL-redhat-1

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