Serialized Form
-
Package org.infinispan
-
Class org.infinispan.IllegalLifecycleStateException extends org.infinispan.commons.IllegalLifecycleStateException implements Serializable
-
Class org.infinispan.InvalidCacheUsageException extends org.infinispan.commons.CacheException implements Serializable
-
-
Package org.infinispan.cache.impl
-
Class org.infinispan.cache.impl.BiFunctionMapper.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public BiFunctionMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, BiFunctionMapper object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public EncoderEntryMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, EncoderEntryMapper object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public EncoderKeyMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, EncoderKeyMapper object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.cache.impl.EncoderValueMapper.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public EncoderValueMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, EncoderValueMapper object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.cache.impl.FunctionMapper.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public FunctionMapper readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, FunctionMapper object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.commands.functional.functions
-
Class org.infinispan.commands.functional.functions.MergeFunction extends Object implements Serializable
-
Class org.infinispan.commands.functional.functions.MergeFunction.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public MergeFunction readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MergeFunction object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.container.entries
-
Class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ImmortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public ImmortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ImmortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.ImmortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ImmortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public ImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ImmortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.MortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public MortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MortalCacheEntry mce) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.MortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public MortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MortalCacheValue mcv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.RemoteMetadata.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public RemoteMetadata readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, RemoteMetadata entry) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.TransientCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public TransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, TransientCacheEntry tce) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.TransientCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public TransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, TransientCacheValue tcv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientMortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public TransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, TransientMortalCacheEntry entry) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransientMortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public TransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, TransientMortalCacheValue value) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.container.entries.metadata
-
Class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataImmortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public MetadataImmortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataImmortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataImmortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public MetadataImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataImmortalCacheValue icv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataMortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public MetadataMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataMortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataMortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public MetadataMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataMortalCacheValue mcv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public MetadataTransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public MetadataTransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientCacheValue tcv) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientMortalCacheEntry> implements Serializable
-
Serialization Methods
-
readObject
public MetadataTransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientMortalCacheEntry ice) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetadataTransientMortalCacheValue> implements Serializable
-
Serialization Methods
-
readObject
public MetadataTransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientMortalCacheValue value) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.container.versioning
-
Class org.infinispan.container.versioning.NumericVersion.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<NumericVersion> implements Serializable
-
Serialization Methods
-
readObject
public NumericVersion readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
writeObject
public void writeObject(ObjectOutput output, NumericVersion object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<SimpleClusteredVersion> implements Serializable
-
Serialization Methods
-
readObject
public SimpleClusteredVersion readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SimpleClusteredVersion ch) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.context
-
Class org.infinispan.context.Flag.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<Flag> implements Serializable
-
Serialization Methods
-
readObject
public Flag readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Flag flag) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.distribution.ch.impl
-
Class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<DefaultConsistentHash> implements Serializable
-
Class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<DefaultConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public DefaultConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, DefaultConsistentHashFactory chf) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<ReplicatedConsistentHash> implements Serializable
-
Class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ReplicatedConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public ReplicatedConsistentHashFactory readObject(ObjectInput unmarshaller)
-
writeObject
public void writeObject(ObjectOutput output, ReplicatedConsistentHashFactory chf)
-
-
-
Class org.infinispan.distribution.ch.impl.ScatteredConsistentHash.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<ScatteredConsistentHash> implements Serializable
-
Class org.infinispan.distribution.ch.impl.ScatteredConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ScatteredConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public ScatteredConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ScatteredConsistentHashFactory chf) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<SyncConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public SyncConsistentHashFactory readObject(ObjectInput unmarshaller)
-
writeObject
public void writeObject(ObjectOutput output, SyncConsistentHashFactory chf)
-
-
-
Class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<SyncReplicatedConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public SyncReplicatedConsistentHashFactory readObject(ObjectInput unmarshaller)
-
writeObject
public void writeObject(ObjectOutput output, SyncReplicatedConsistentHashFactory chf)
-
-
-
Class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TopologyAwareConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public TopologyAwareConsistentHashFactory readObject(ObjectInput unmarshaller)
-
writeObject
public void writeObject(ObjectOutput output, TopologyAwareConsistentHashFactory chf)
-
-
-
Class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TopologyAwareSyncConsistentHashFactory> implements Serializable
-
Serialization Methods
-
readObject
public TopologyAwareSyncConsistentHashFactory readObject(ObjectInput unmarshaller)
-
writeObject
public void writeObject(ObjectOutput output, TopologyAwareSyncConsistentHashFactory chf)
-
-
-
-
Package org.infinispan.encoding
-
Class org.infinispan.encoding.DataConversion.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<DataConversion> implements Serializable
-
Serialization Methods
-
readObject
public DataConversion readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, DataConversion dataConversion) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.filter
-
Class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<AcceptAllKeyValueFilter> implements Serializable
-
Serialization Methods
-
readObject
public AcceptAllKeyValueFilter readObject(ObjectInput input)
-
writeObject
public void writeObject(ObjectOutput output, AcceptAllKeyValueFilter object)
-
-
-
Class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.filter.CompositeKeyValueFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CompositeKeyValueFilter> implements Serializable
-
Serialization Methods
-
readObject
public CompositeKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CompositeKeyValueFilter object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.functional.impl
-
Class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.functional.impl.EntryViews.NoValueReadOnlyView readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.NoValueReadOnlyView object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotView readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotView object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotView> implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotView readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotView obj) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.functional.impl.StatsEnvelope.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public StatsEnvelope readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, StatsEnvelope object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.globalstate
-
Class org.infinispan.globalstate.ScopedState.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ScopedState> implements Serializable
- serialVersionUID:
- 326802903448963450L
-
Serialization Methods
-
readObject
public ScopedState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ScopedState object) throws IOException
- Throws:
IOException
-
-
Class org.infinispan.globalstate.ScopeFilter.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public ScopeFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ScopeFilter object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.globalstate.impl
-
Class org.infinispan.globalstate.impl.CacheState.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public CacheState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheState state) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.interceptors.distribution
-
Class org.infinispan.interceptors.distribution.ConcurrentChangeException extends org.infinispan.commons.CacheException implements Serializable
-
Class org.infinispan.interceptors.distribution.VersionedResult.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public VersionedResult readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, VersionedResult object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.interceptors.distribution.VersionedResults.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public VersionedResults readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, VersionedResults object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.interceptors.impl
-
Class org.infinispan.interceptors.impl.ContainerFullException extends org.infinispan.commons.CacheException implements Serializable
-
-
Package org.infinispan.io
-
Class org.infinispan.io.GridFile extends File implements Serializable
- serialVersionUID:
- 552534285862004134L
-
Serialized Fields
-
chunkSize
int chunkSize
Deprecated. -
fs
GridFilesystem fs
Deprecated. -
metadataCache
AdvancedCache<String,GridFile.Metadata> metadataCache
Deprecated. -
path
String path
Deprecated.
-
-
Class org.infinispan.io.GridFile.Metadata extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.jmx
-
Class org.infinispan.jmx.JmxDomainConflictException extends org.infinispan.commons.CacheConfigurationException implements Serializable
- serialVersionUID:
- 8057798477119623578L
-
-
Package org.infinispan.manager
-
Class org.infinispan.manager.EmbeddedCacheManagerStartupException extends org.infinispan.commons.CacheException implements Serializable
-
-
Package org.infinispan.marshall.core
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
writeObject
public void writeObject(ObjectOutput oo, Object o) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.marshall.core.MarshallableFunctions.LambdaWithMetas readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.LambdaWithMetas o) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean o) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.marshall.exts
-
Class org.infinispan.marshall.exts.CacheRpcCommandExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheRpcCommand> implements Serializable
-
Serialization Methods
-
readObject
public CacheRpcCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheRpcCommand command) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
cmdExt
ReplicableCommandExternalizer cmdExt
-
gcr
GlobalComponentRegistry gcr
-
-
-
Class org.infinispan.marshall.exts.ClassExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Class readObject(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput out, Class o) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
cl
ClassLoader cl
-
-
-
Class org.infinispan.marshall.exts.CollectionExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Collection readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Collection collection) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<DoubleSummaryStatistics> implements Serializable
-
Serialization Methods
-
readObject
public DoubleSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, DoubleSummaryStatistics object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.EnumExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Enum<?> readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Enum<?> e) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.EnumSetExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<Set> implements Serializable
-
Serialization Methods
-
readObject
public Set readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Set set) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<IntSummaryStatistics> implements Serializable
-
Serialization Methods
-
readObject
public IntSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, IntSummaryStatistics object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<LongSummaryStatistics> implements Serializable
-
Serialization Methods
-
readObject
public LongSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, LongSummaryStatistics object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.MapExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<Map> implements Serializable
-
Serialization Methods
-
readObject
public Map readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Map map) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetaParam.MetaEntryVersion> implements Serializable
-
Serialization Methods
-
readObject
public MetaParam.MetaEntryVersion readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetaParam.MetaEntryVersion object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetaParam.MetaLifespan> implements Serializable
-
Serialization Methods
-
readObject
public MetaParam.MetaLifespan readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetaParam.MetaLifespan object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<MetaParam.MetaMaxIdle> implements Serializable
-
Serialization Methods
-
readObject
public MetaParam.MetaMaxIdle readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, MetaParam.MetaMaxIdle object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.OptionalExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<Optional> implements Serializable
-
Serialization Methods
-
readObject
public Optional readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Optional object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.ReplicableCommandExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ReplicableCommand> implements Serializable
-
Serialization Methods
-
readObject
public ReplicableCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ReplicableCommand command) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
cmdFactory
RemoteCommandsFactory cmdFactory
-
globalComponentRegistry
GlobalComponentRegistry globalComponentRegistry
-
-
-
Class org.infinispan.marshall.exts.ThrowableExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Throwable readObject(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput out, Throwable t) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.TriangleAckExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public CacheRpcCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheRpcCommand object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.marshall.exts.UuidExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<UUID> implements Serializable
-
Serialization Methods
-
readObject
public UUID readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
writeObject
public void writeObject(ObjectOutput output, UUID object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.metadata
-
Class org.infinispan.metadata.EmbeddedMetadata.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<EmbeddedMetadata> implements Serializable
-
Serialization Methods
-
readObject
public EmbeddedMetadata readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, EmbeddedMetadata object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.infinispan.notifications
-
Class org.infinispan.notifications.IncorrectListenerException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- 3847404572671886703L
-
-
Package org.infinispan.notifications.cachelistener.cluster
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ClusterEvent> implements Serializable
-
Serialization Methods
-
readObject
public ClusterEvent readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClusterEvent object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerRemoveCallable> implements Serializable
-
Serialization Methods
-
readObject
public ClusterListenerRemoveCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClusterListenerRemoveCallable object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ClusterListenerReplicateCallable> implements Serializable
-
Serialization Methods
-
readObject
public ClusterListenerReplicateCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ClusterListenerReplicateCallable object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.notifications.cachelistener.filter
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheEventConverterAsConverter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventConverterAsConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheEventConverterAsConverter object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheEventFilterAsKeyValueFilter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventFilterAsKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheEventFilterAsKeyValueFilter object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheEventFilterConverterAsKeyValueFilterConverter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventFilterConverterAsKeyValueFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheEventFilterConverterAsKeyValueFilterConverter object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<KeyValueFilterAsCacheEventFilter> implements Serializable
-
Serialization Methods
-
readObject
public KeyValueFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, KeyValueFilterAsCacheEventFilter object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public KeyValueFilterConverterAsCacheEventFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, KeyValueFilterConverterAsCacheEventFilterConverter object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.partitionhandling
-
Class org.infinispan.partitionhandling.AvailabilityException extends org.infinispan.commons.CacheException implements Serializable
-
Class org.infinispan.partitionhandling.AvailabilityMode.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<AvailabilityMode> implements Serializable
-
Serialization Methods
-
readObject
public AvailabilityMode readObject(ObjectInput input) throws IOException
- Throws:
IOException
-
writeObject
public void writeObject(ObjectOutput output, AvailabilityMode AvailabilityMode) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.persistence.keymappers
-
Class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException extends PersistenceException implements Serializable
- serialVersionUID:
- 1442739860198872706L
-
-
Package org.infinispan.persistence.spi
-
Class org.infinispan.persistence.spi.PersistenceException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- -7640401612614646818L
-
Class org.infinispan.persistence.spi.StoreUnavailableException extends PersistenceException implements Serializable
-
-
Package org.infinispan.reactive.publisher
-
Class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.infinispan.reactive.publisher.impl.commands.batch
-
Class org.infinispan.reactive.publisher.impl.commands.batch.PublisherResponseExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<PublisherResponse> implements Serializable
-
Serialization Methods
-
readObject
public PublisherResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, PublisherResponse object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.reactive.publisher.impl.commands.reduction
-
Class org.infinispan.reactive.publisher.impl.commands.reduction.SegmentPublisherResult.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public SegmentPublisherResult readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SegmentPublisherResult object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.remoting
-
Class org.infinispan.remoting.CacheUnreachableException extends org.infinispan.commons.CacheException implements Serializable
-
Class org.infinispan.remoting.RemoteException extends org.infinispan.commons.CacheException implements Serializable
-
Class org.infinispan.remoting.RpcException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- 33172388691879866L
-
-
Package org.infinispan.remoting.responses
-
Class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public BiasRevocationResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, BiasRevocationResponse object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheNotFoundResponse> implements Serializable
-
Serialization Methods
-
readObject
public CacheNotFoundResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheNotFoundResponse response) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.remoting.responses.ExceptionResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<ExceptionResponse> implements Serializable
-
Serialization Methods
-
readObject
public ExceptionResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, ExceptionResponse response) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<SuccessfulResponse> implements Serializable
-
Serialization Methods
-
readObject
public SuccessfulResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, SuccessfulResponse response) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<UnsuccessfulResponse> implements Serializable
-
Serialization Methods
-
readObject
public UnsuccessfulResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UnsuccessfulResponse response) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.remoting.responses.UnsureResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<UnsureResponse> implements Serializable
-
Serialization Methods
-
readObject
public UnsureResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, UnsureResponse subject) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.remoting.transport.jgroups
-
Class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<JGroupsAddress> implements Serializable
-
Class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<JGroupsTopologyAwareAddress> implements Serializable
-
Class org.infinispan.remoting.transport.jgroups.SuspectException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- -2965599037371850141L
-
Serialized Fields
-
suspect
Address suspect
-
-
-
Package org.infinispan.security
-
Class org.infinispan.security.CachePermission extends Permission implements Serializable
- serialVersionUID:
- 9120524408585262253L
-
Serialized Fields
-
authzPermission
AuthorizationPermission authzPermission
-
-
Class org.infinispan.security.CachePermissionCollection extends PermissionCollection implements Serializable
- serialVersionUID:
- -3709477547317792941L
-
Serialized Fields
-
mask
int mask
-
perms
List<Permission> perms
-
-
-
Package org.infinispan.security.impl
-
Class org.infinispan.security.impl.AuditMessages_$logger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
-
Package org.infinispan.statetransfer
-
Class org.infinispan.statetransfer.AllOwnersLostException extends org.infinispan.commons.CacheException implements Serializable
-
Class org.infinispan.statetransfer.OutdatedTopologyException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- -7405935610562980779L
-
Serialized Fields
-
topologyIdDelta
int topologyIdDelta
-
-
Class org.infinispan.statetransfer.StateChunk.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<StateChunk> implements Serializable
-
Serialization Methods
-
readObject
public StateChunk readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, StateChunk object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.statetransfer.TransactionInfo.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<TransactionInfo> implements Serializable
-
Serialization Methods
-
readObject
public TransactionInfo readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, TransactionInfo object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.stats.impl
-
Class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallable object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.stream
-
Class org.infinispan.stream.CacheCollectors.CollectorSupplier.CollectorSupplierExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.stream.CacheCollectors.CollectorSupplier readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.CacheCollectors.CollectorSupplier object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.infinispan.stream.impl
-
Class org.infinispan.stream.impl.CacheBiConsumers.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public CacheIntermediatePublisher readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheIntermediatePublisher object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public CacheStreamIntermediateReducer readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheStreamIntermediateReducer object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer object) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction object) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.stream.impl.intops
-
Class org.infinispan.stream.impl.intops.IntermediateOperationExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public IntermediateOperation readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, IntermediateOperation object) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
operations
Map<Class<? extends IntermediateOperation>,Integer> operations
-
-
-
-
Package org.infinispan.topology
-
Class org.infinispan.topology.CacheJoinException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- 4394453405294292800L
-
Class org.infinispan.topology.CacheJoinInfo.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheJoinInfo> implements Serializable
-
Serialization Methods
-
readObject
public CacheJoinInfo readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheJoinInfo cacheJoinInfo) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.topology.CacheStatusResponse extends Object implements Serializable
-
Serialized Fields
-
availabilityMode
AvailabilityMode availabilityMode
-
cacheJoinInfo
CacheJoinInfo cacheJoinInfo
-
cacheTopology
CacheTopology cacheTopology
-
stableTopology
CacheTopology stableTopology
-
-
-
Class org.infinispan.topology.CacheStatusResponse.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<CacheStatusResponse> implements Serializable
-
Serialization Methods
-
readObject
public CacheStatusResponse readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, CacheStatusResponse cacheStatusResponse) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.topology.CacheTopology.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<CacheTopology> implements Serializable
-
Class org.infinispan.topology.ManagerStatusResponse extends Object implements Serializable
-
Serialized Fields
-
caches
Map<String,CacheStatusResponse> caches
-
rebalancingEnabled
boolean rebalancingEnabled
-
-
-
Class org.infinispan.topology.ManagerStatusResponse.Externalizer extends org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer<ManagerStatusResponse> implements Serializable
-
Class org.infinispan.topology.PersistentUUID.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<PersistentUUID> implements Serializable
-
Serialization Methods
-
readObject
public PersistentUUID readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, PersistentUUID uuid) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.transaction
-
Class org.infinispan.transaction.WriteSkewException extends org.infinispan.commons.CacheException implements Serializable
-
Serialized Fields
-
key
Object key
-
-
-
-
Package org.infinispan.transaction.xa
-
Class org.infinispan.transaction.xa.GlobalTransaction.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public GlobalTransaction readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, GlobalTransaction gtx) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.transaction.xa.InvalidTransactionException extends org.infinispan.commons.CacheException implements Serializable
-
-
Package org.infinispan.util
-
Class org.infinispan.util.CyclicDependencyException extends Exception implements Serializable
-
Class org.infinispan.util.IntSetExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<org.infinispan.commons.util.IntSet> implements Serializable
-
Serialization Methods
-
readObject
public org.infinispan.commons.util.IntSet readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.commons.util.IntSet intSet) throws IOException
- Throws:
IOException
-
-
-
Class org.infinispan.util.KeyValuePair.Externalizer extends org.infinispan.commons.marshall.AbstractExternalizer<KeyValuePair> implements Serializable
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
public KeyValuePair readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, KeyValuePair kvPair) throws IOException
- Throws:
IOException
-
-
Class org.infinispan.util.UserRaisedFunctionalException extends RuntimeException implements Serializable
-
-
Package org.infinispan.util.concurrent
-
Class org.infinispan.util.concurrent.ReclosableLatch extends AbstractQueuedSynchronizer implements Serializable
- serialVersionUID:
- 1744280161777661090L
-
Class org.infinispan.util.concurrent.TimeoutException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- -8096787619908687038L
-
-
Package org.infinispan.util.concurrent.locks
-
Class org.infinispan.util.concurrent.locks.DeadlockDetectedException extends org.infinispan.commons.CacheException implements Serializable
- serialVersionUID:
- -8529876192715526744L
-
-
Package org.infinispan.util.function
-
Package org.infinispan.util.logging
-
Class org.infinispan.util.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.infinispan.util.logging.events
-
Class org.infinispan.util.logging.events.Messages_$bundle extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected Object readResolve()
-
-
-
Package org.infinispan.xsite
-
Class org.infinispan.xsite.BackupFailureException extends RpcException implements Serializable
-
-
Package org.infinispan.xsite.irac
-
Class org.infinispan.xsite.irac.DiscardUpdateException extends org.infinispan.commons.CacheException implements Serializable
-
-
Package org.infinispan.xsite.statetransfer
-
Class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<XSiteState> implements Serializable
-
Serialization Methods
-
readObject
public XSiteState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(ObjectOutput output, XSiteState object) throws IOException
- Throws:
IOException
-
-
-