Serialized Form
-
Package org.infinispan
-
Exception Class org.infinispan.InvalidCacheUsageException
class InvalidCacheUsageException extends CacheException implements Serializable
-
-
Package org.infinispan.cache.impl
-
Class org.infinispan.cache.impl.BiFunctionMapper.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.cache.impl.EncoderEntryMapper.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.cache.impl.EncoderKeyMapper.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.cache.impl.EncoderValueMapper.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.cache.impl.FunctionMapper.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.client.hotrod.event
-
Exception Class org.infinispan.client.hotrod.event.IncorrectClientListenerException
class IncorrectClientListenerException extends HotRodClientException implements Serializable
-
-
Package org.infinispan.client.hotrod.exceptions
-
Exception Class org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
class CacheNotTransactionalException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.HotRodClientException
class HotRodClientException extends RuntimeException implements Serializable-
Serialized Fields
-
errorStatusCode
int errorStatusCode
-
messageId
long messageId
-
-
-
Exception Class org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
class HotRodTimeoutException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.InvalidResponseException
class InvalidResponseException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.ParallelOperationException
class ParallelOperationException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
class RemoteCacheManagerNotStartedException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
class RemoteIllegalLifecycleStateException extends HotRodClientException implements Serializable-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
Exception Class org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
class RemoteNodeSuspectException extends HotRodClientException implements Serializable -
Exception Class org.infinispan.client.hotrod.exceptions.TransportException
class TransportException extends HotRodClientException implements Serializable-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
-
Package org.infinispan.client.hotrod.logging
-
Class org.infinispan.client.hotrod.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons
-
Exception Class org.infinispan.commons.CacheConfigurationException
class CacheConfigurationException extends CacheException implements Serializable- serialVersionUID:
- -7103679310393205388L
-
Exception Class org.infinispan.commons.CacheException
class CacheException extends RuntimeException implements Serializable- serialVersionUID:
- -5704354545244956536L
-
Exception Class org.infinispan.commons.CacheListenerException
class CacheListenerException extends CacheException implements Serializable -
Exception Class org.infinispan.commons.CrossSiteIllegalLifecycleStateException
class CrossSiteIllegalLifecycleStateException extends CacheException implements Serializable -
Exception Class org.infinispan.commons.IllegalLifecycleStateException
class IllegalLifecycleStateException extends CacheException implements Serializable -
Exception Class org.infinispan.commons.TimeoutException
class TimeoutException extends CacheException implements Serializable- serialVersionUID:
- -8096787619908687038L
-
-
Package org.infinispan.commons.configuration.io
-
Exception Class org.infinispan.commons.configuration.io.ConfigurationReaderException
class ConfigurationReaderException extends RuntimeException implements Serializable-
Serialized Fields
-
location
Location location
-
-
-
Exception Class org.infinispan.commons.configuration.io.ConfigurationWriterException
class ConfigurationWriterException extends RuntimeException implements Serializable
-
-
Package org.infinispan.commons.configuration.io.xml
-
Exception Class org.infinispan.commons.configuration.io.xml.XmlPullParserException
class XmlPullParserException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
detail
Throwable detail
-
row
int row
-
-
-
-
Package org.infinispan.commons.dataconversion
-
Exception Class org.infinispan.commons.dataconversion.EncodingException
class EncodingException extends CacheException implements Serializable -
Class org.infinispan.commons.dataconversion.MediaType.MediaTypeExternalizer
class MediaTypeExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomediaType
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.dataconversion.internal
-
Class org.infinispan.commons.dataconversion.internal.Json
class Json extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
-
enclosing
Json enclosing
-
line
int line
-
-
Exception Class org.infinispan.commons.dataconversion.internal.Json.MalformedJsonException
class MalformedJsonException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
column
int column
-
row
int row
-
-
-
Package org.infinispan.commons.hash
-
Class org.infinispan.commons.hash.CRC16.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
-
-
Class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from
-
-
-
-
Package org.infinispan.commons.io
-
Class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
output
- the object output to write tob
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Package org.infinispan.commons.logging
-
Class org.infinispan.commons.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons.marshall
-
Class org.infinispan.commons.marshall.AbstractExternalizer
class AbstractExternalizer extends Object implements Serializable -
Class org.infinispan.commons.marshall.AdminFlagExternalizer
class AdminFlagExternalizer extends AbstractExternalizer<CacheContainerAdmin.AdminFlag> implements Serializable-
Serialization Methods
-
readObject
public CacheContainerAdmin.AdminFlag readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toflag
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
hasChildren
boolean hasChildren
This boolean controls whether or not it makes sense to actually create the context or not. In the case of classes that don't expect to have children that support this they shouldn't do the creation
-
-
-
Exception Class org.infinispan.commons.marshall.MarshallingException
class MarshallingException extends CacheException implements Serializable -
Exception Class org.infinispan.commons.marshall.NotSerializableException
class NotSerializableException extends CacheException implements Serializable- serialVersionUID:
- 8217398736102723887L
-
Class org.infinispan.commons.marshall.SingletonExternalizer
class SingletonExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.SuppliedExternalizer
class SuppliedExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.marshall.exts
-
Class org.infinispan.commons.marshall.exts.NoStateExternalizer
-
Serialization Methods
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.util
-
Class org.infinispan.commons.util.FastCopyHashMap
- serialVersionUID:
- 10929568968762L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
Class org.infinispan.commons.util.ImmutableListCopy.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomap
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toset
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.KeyValueWithPrevious
class KeyValueWithPrevious extends Object implements Serializable- serialVersionUID:
- -7875910676423622104L
-
Class org.infinispan.commons.util.NullValue
class NullValue extends Object implements Serializable- serialVersionUID:
- 2860710533033240004L
-
Serialization Methods
-
readResolve
-
-
Class org.infinispan.commons.util.SimpleImmutableEntry
class SimpleImmutableEntry extends Object implements Serializable- serialVersionUID:
- -6092752114794052323L
-
Class org.infinispan.commons.util.TypedProperties
class TypedProperties extends Properties implements Serializable- serialVersionUID:
- 3799321248100686287L
-
-
Package org.infinispan.commons.util.concurrent
-
Exception Class org.infinispan.commons.util.concurrent.CacheBackpressureFullException
class CacheBackpressureFullException extends CacheException implements Serializable
-
-
Package org.infinispan.commons.util.logging
-
Exception Class org.infinispan.commons.util.logging.TraceException
class TraceException extends Exception implements Serializable
-
-
Package org.infinispan.container.entries
-
Class org.infinispan.container.entries.ImmortalCacheEntry.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toice
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.ImmortalCacheValue.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toicv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.MortalCacheEntry.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomce
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.MortalCacheValue.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomcv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.RemoteMetadata.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toentry
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.TransientCacheEntry.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totce
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.TransientCacheValue.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totcv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.TransientMortalCacheEntry.Externalizer
-
Serialization Methods
-
readObject
public TransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toentry
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.TransientMortalCacheValue.Externalizer
-
Serialization Methods
-
readObject
public TransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tovalue
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.container.entries.metadata
-
Class org.infinispan.container.entries.metadata.MetadataImmortalCacheEntry.Externalizer
-
Serialization Methods
-
readObject
public MetadataImmortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toice
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataImmortalCacheValue.Externalizer
-
Serialization Methods
-
readObject
public MetadataImmortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toicv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataMortalCacheEntry.Externalizer
-
Serialization Methods
-
readObject
public MetadataMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toice
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataMortalCacheValue.Externalizer
-
Serialization Methods
-
readObject
public MetadataMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomcv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientCacheEntry.Externalizer
class Externalizer extends AbstractExternalizer<MetadataTransientCacheEntry> implements Serializable-
Serialization Methods
-
readObject
public MetadataTransientCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toice
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientCacheValue.Externalizer
class Externalizer extends AbstractExternalizer<MetadataTransientCacheValue> implements Serializable-
Serialization Methods
-
readObject
public MetadataTransientCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totcv
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheEntry.Externalizer
class Externalizer extends AbstractExternalizer<MetadataTransientMortalCacheEntry> implements Serializable-
Serialization Methods
-
readObject
public MetadataTransientMortalCacheEntry readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientMortalCacheEntry ice) throws IOException - Parameters:
output
- the object output to write toice
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.entries.metadata.MetadataTransientMortalCacheValue.Externalizer
class Externalizer extends AbstractExternalizer<MetadataTransientMortalCacheValue> implements Serializable-
Serialization Methods
-
readObject
public MetadataTransientMortalCacheValue readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, MetadataTransientMortalCacheValue value) throws IOException - Parameters:
output
- the object output to write tovalue
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.container.versioning
-
Class org.infinispan.container.versioning.NumericVersion.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.container.versioning.SimpleClusteredVersion.Externalizer
-
Serialization Methods
-
readObject
public SimpleClusteredVersion readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Parameters:
unmarshaller
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toch
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.context
-
Class org.infinispan.context.Flag.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toflag
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.counter.exception
-
Exception Class org.infinispan.counter.exception.CounterConfigurationException
class CounterConfigurationException extends CounterException implements Serializable -
Exception Class org.infinispan.counter.exception.CounterException
class CounterException extends RuntimeException implements Serializable -
Exception Class org.infinispan.counter.exception.CounterNotFoundException
class CounterNotFoundException extends CounterException implements Serializable -
Exception Class org.infinispan.counter.exception.CounterOutOfBoundsException
class CounterOutOfBoundsException extends CounterException implements Serializable
-
-
Package org.infinispan.counter.logging
-
Class org.infinispan.counter.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.distribution.ch.impl
-
Class org.infinispan.distribution.ch.impl.DefaultConsistentHash.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<DefaultConsistentHash> implements Serializable -
Class org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory.Externalizer
class Externalizer extends AbstractExternalizer<DefaultConsistentHashFactory> implements Serializable-
Serialization Methods
-
readObject
public DefaultConsistentHashFactory readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Parameters:
unmarshaller
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.distribution.ch.impl.ReplicatedConsistentHash.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<ReplicatedConsistentHash> implements Serializable -
Class org.infinispan.distribution.ch.impl.ReplicatedConsistentHashFactory.Externalizer
class Externalizer extends AbstractExternalizer<ReplicatedConsistentHashFactory> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
unmarshaller
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write
-
-
-
Class org.infinispan.distribution.ch.impl.SyncConsistentHashFactory.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
unmarshaller
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write
-
-
-
Class org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory.Externalizer
class Externalizer extends AbstractExternalizer<SyncReplicatedConsistentHashFactory> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
unmarshaller
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write
-
-
-
Class org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory.Externalizer
class Externalizer extends AbstractExternalizer<TopologyAwareConsistentHashFactory> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
unmarshaller
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write
-
-
-
Class org.infinispan.distribution.ch.impl.TopologyAwareSyncConsistentHashFactory.Externalizer
class Externalizer extends AbstractExternalizer<TopologyAwareSyncConsistentHashFactory> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
unmarshaller
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write tochf
- the object reference to write
-
-
-
-
Package org.infinispan.encoding
-
Class org.infinispan.encoding.DataConversion.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write todataConversion
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.filter
-
Class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write
-
-
-
Class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
class CacheFiltersExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
-
Serialization Methods
-
readObject
public CompositeKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.functional.impl
-
Class org.infinispan.functional.impl.EntryViews.NoValueReadOnlyViewExternalizer
class NoValueReadOnlyViewExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.functional.impl.EntryViews.NoValueReadOnlyView readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.NoValueReadOnlyView object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotViewExternalizer
class ReadOnlySnapshotViewExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotView readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.ReadOnlySnapshotView object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotViewExternalizer
class ReadWriteSnapshotViewExternalizer extends 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 - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.functional.impl.EntryViews.ReadWriteSnapshotView obj) throws IOException - Parameters:
output
- the object output to write toobj
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.functional.impl.StatsEnvelope.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.globalstate
-
Class org.infinispan.globalstate.ScopedState.Externalizer
- serialVersionUID:
- 326802903448963450L
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Class org.infinispan.globalstate.ScopeFilter.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.globalstate.impl
-
Class org.infinispan.globalstate.impl.CacheState.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tostate
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.jboss.marshalling.commons
-
Class org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
class JBossExternalizerAdapter extends Object implements Serializable- serialVersionUID:
- 8187679200599686076L
-
Serialized Fields
-
externalizer
Externalizer<? super Object> externalizer
-
-
-
Package org.infinispan.jmx
-
Exception Class org.infinispan.jmx.JmxDomainConflictException
class JmxDomainConflictException extends CacheConfigurationException implements Serializable- serialVersionUID:
- 8057798477119623578L
-
-
Package org.infinispan.lock.exception
-
Exception Class org.infinispan.lock.exception.ClusteredLockException
class ClusteredLockException extends RuntimeException implements Serializable
-
-
Package org.infinispan.lock.logging
-
Class org.infinispan.lock.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.manager
-
Exception Class org.infinispan.manager.EmbeddedCacheManagerStartupException
class EmbeddedCacheManagerStartupException extends CacheException implements Serializable
-
-
Package org.infinispan.marshall.core
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
class ConstantLambdaExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
oo
- the object output to write too
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
class LambdaWithMetasExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.marshall.core.MarshallableFunctions.LambdaWithMetas readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.LambdaWithMetas o) throws IOException - Parameters:
oo
- the object output to write too
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.core.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
class SetValueIfEqualsReturnBooleanExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput oo, org.infinispan.marshall.core.MarshallableFunctions.SetValueIfEqualsReturnBoolean o) throws IOException - Parameters:
oo
- the object output to write too
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.marshall.exts
-
Class org.infinispan.marshall.exts.CacheRpcCommandExternalizer
class CacheRpcCommandExternalizer extends AbstractExternalizer<org.infinispan.commands.remote.CacheRpcCommand> implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.commands.remote.CacheRpcCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.commands.remote.CacheRpcCommand command) throws IOException - Parameters:
output
- the object output to write tocommand
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
cmdExt
ReplicableCommandExternalizer cmdExt
-
moduleCommandFactories
Collection<org.infinispan.commands.module.ModuleCommandFactory> moduleCommandFactories
-
-
-
Class org.infinispan.marshall.exts.ClassExternalizer
class ClassExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
in
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
out
- the object output to write too
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
cl
ClassLoader cl
-
-
-
Class org.infinispan.marshall.exts.CollectionExternalizer
class CollectionExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tocollection
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.DoubleSummaryStatisticsExternalizer
class DoubleSummaryStatisticsExternalizer extends AbstractExternalizer<DoubleSummaryStatistics> implements Serializable-
Serialization Methods
-
readObject
public DoubleSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.EnumExternalizer
class EnumExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toe
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.EnumSetExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toset
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.IntSummaryStatisticsExternalizer
class IntSummaryStatisticsExternalizer extends AbstractExternalizer<IntSummaryStatistics> implements Serializable-
Serialization Methods
-
readObject
public IntSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.LongSummaryStatisticsExternalizer
class LongSummaryStatisticsExternalizer extends AbstractExternalizer<LongSummaryStatistics> implements Serializable-
Serialization Methods
-
readObject
public LongSummaryStatistics readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.MapExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tomap
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.EntryVersionParamExternalizer
class EntryVersionParamExternalizer extends AbstractExternalizer<MetaParam.MetaEntryVersion> implements Serializable-
Serialization Methods
-
readObject
public MetaParam.MetaEntryVersion readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.LifespanExternalizer
class LifespanExternalizer extends AbstractExternalizer<MetaParam.MetaLifespan> implements Serializable-
Serialization Methods
-
readObject
public MetaParam.MetaLifespan readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.MetaParamExternalizers.MaxIdleExternalizer
class MaxIdleExternalizer extends AbstractExternalizer<MetaParam.MetaMaxIdle> implements Serializable-
Serialization Methods
-
readObject
public MetaParam.MetaMaxIdle readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.OptionalExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.ReplicableCommandExternalizer
class ReplicableCommandExternalizer extends AbstractExternalizer<ReplicableCommand> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tocommand
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
cmdFactory
RemoteCommandsFactory cmdFactory
-
moduleCommandFactories
Collection<org.infinispan.commands.module.ModuleCommandFactory> moduleCommandFactories
-
moduleCommands
Collection<Class<? extends ReplicableCommand>> moduleCommands
-
-
-
Class org.infinispan.marshall.exts.ThrowableExternalizer
class ThrowableExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
in
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
out
- the object output to write tot
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.marshall.exts.TriangleAckExternalizer
class TriangleAckExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.commands.remote.CacheRpcCommand readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.commands.remote.CacheRpcCommand object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.marshall.exts.UuidExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.metadata
-
Class org.infinispan.metadata.EmbeddedMetadata.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
-
Package org.infinispan.metadata.impl
-
Class org.infinispan.metadata.impl.InternalMetadataImpl.Externalizer
-
Serialization Methods
-
readObject
public InternalMetadataImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tob
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.notifications
-
Exception Class org.infinispan.notifications.IncorrectListenerException
class IncorrectListenerException extends CacheException implements Serializable- serialVersionUID:
- 3847404572671886703L
-
-
Package org.infinispan.notifications.cachelistener.cluster
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterEvent.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.Externalizer
class Externalizer extends AbstractExternalizer<ClusterListenerRemoveCallable> implements Serializable-
Serialization Methods
-
readObject
public ClusterListenerRemoveCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ClusterListenerRemoveCallable object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable.Externalizer
class Externalizer extends AbstractExternalizer<ClusterListenerReplicateCallable> implements Serializable-
Serialization Methods
-
readObject
public ClusterListenerReplicateCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ClusterListenerReplicateCallable object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.notifications.cachelistener.filter
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
class Externalizer extends AbstractExternalizer<CacheEventConverterAsConverter> implements Serializable-
Serialization Methods
-
readObject
public CacheEventConverterAsConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheEventConverterAsConverter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
class Externalizer extends AbstractExternalizer<CacheEventFilterAsKeyValueFilter> implements Serializable-
Serialization Methods
-
readObject
public CacheEventFilterAsKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheEventFilterAsKeyValueFilter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
class Externalizer extends AbstractExternalizer<CacheEventFilterConverterAsKeyValueFilterConverter> implements Serializable-
Serialization Methods
-
readObject
public CacheEventFilterConverterAsKeyValueFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheEventFilterConverterAsKeyValueFilterConverter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
class Externalizer extends AbstractExternalizer<KeyValueFilterAsCacheEventFilter> implements Serializable-
Serialization Methods
-
readObject
public KeyValueFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, KeyValueFilterAsCacheEventFilter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public KeyValueFilterConverterAsCacheEventFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, KeyValueFilterConverterAsCacheEventFilterConverter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.objectfilter
-
Exception Class org.infinispan.objectfilter.ParsingException
class ParsingException extends RuntimeException implements Serializable
-
-
Package org.infinispan.partitionhandling
-
Exception Class org.infinispan.partitionhandling.AvailabilityException
class AvailabilityException extends CacheException implements Serializable -
Class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occurs
-
writeObject
- Parameters:
output
- the object output to write toAvailabilityMode
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.persistence.jdbc.common.logging
-
Class org.infinispan.persistence.jdbc.common.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.persistence.keymappers
-
Exception Class org.infinispan.persistence.keymappers.UnsupportedKeyTypeException
class UnsupportedKeyTypeException extends PersistenceException implements Serializable- serialVersionUID:
- 1442739860198872706L
-
-
Package org.infinispan.persistence.remote.logging
-
Class org.infinispan.persistence.remote.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.persistence.remote.upgrade
-
Class org.infinispan.persistence.remote.upgrade.AddSourceRemoteStoreTask.Externalizer
-
Serialization Methods
-
readObject
public AddSourceRemoteStoreTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totask
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.persistence.remote.upgrade.CheckRemoteStoreTask.Externalizer
-
Serialization Methods
-
readObject
public CheckRemoteStoreTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totask
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.persistence.remote.upgrade.DisconnectRemoteStoreTask.Externalizer
-
Serialization Methods
-
readObject
public DisconnectRemoteStoreTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totask
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.persistence.remote.upgrade.MigrationTask.EntryWriterExternalizer
class EntryWriterExternalizer extends AbstractExternalizer<MigrationTask.EntryWriter> implements Serializable-
Serialization Methods
-
readObject
public MigrationTask.EntryWriter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.persistence.remote.upgrade.MigrationTask.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write totask
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.persistence.remote.upgrade.RemovedFilter.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from
-
-
-
-
Package org.infinispan.persistence.rocksdb.logging
-
Class org.infinispan.persistence.rocksdb.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.persistence.sifs
-
Class org.infinispan.persistence.sifs.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.persistence.spi
-
Exception Class org.infinispan.persistence.spi.PersistenceException
class PersistenceException extends CacheException implements Serializable- serialVersionUID:
- -7640401612614646818L
-
-
Package org.infinispan.query
-
Exception Class org.infinispan.query.SearchTimeoutException
class SearchTimeoutException extends RuntimeException implements Serializable
-
-
Package org.infinispan.query.impl
-
Class org.infinispan.query.impl.QueryDefinition.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toqueryDefinition
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.query.logging
-
Class org.infinispan.query.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.reactive.publisher
-
Class org.infinispan.reactive.publisher.PublisherReducers.PublisherReducersExternalizer
class PublisherReducersExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.reactive.publisher.PublisherTransformers.PublisherTransformersExternalizer
class PublisherTransformersExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
-
Package org.infinispan.remoting
-
Exception Class org.infinispan.remoting.CacheUnreachableException
class CacheUnreachableException extends CacheException implements Serializable -
Exception Class org.infinispan.remoting.RemoteException
class RemoteException extends CacheException implements Serializable -
Exception Class org.infinispan.remoting.RpcException
class RpcException extends CacheException implements Serializable- serialVersionUID:
- 33172388691879866L
-
-
Package org.infinispan.remoting.responses
-
Class org.infinispan.remoting.responses.BiasRevocationResponse.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public BiasRevocationResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.remoting.responses.CacheNotFoundResponse.Externalizer
-
Serialization Methods
-
readObject
public CacheNotFoundResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toresponse
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.remoting.responses.ExceptionResponse.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toresponse
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.remoting.responses.SuccessfulResponse.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toresponse
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.remoting.responses.UnsuccessfulResponse.Externalizer
-
Serialization Methods
-
readObject
public UnsuccessfulResponse readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toresponse
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.remoting.responses.UnsureResponse.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tosubject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.remoting.transport.jgroups
-
Class org.infinispan.remoting.transport.jgroups.JGroupsAddress.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<JGroupsAddress> implements Serializable -
Class org.infinispan.remoting.transport.jgroups.JGroupsTopologyAwareAddress.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<JGroupsTopologyAwareAddress> implements Serializable -
Exception Class org.infinispan.remoting.transport.jgroups.SuspectException
class SuspectException extends CacheException implements Serializable- serialVersionUID:
- -2965599037371850141L
-
Serialized Fields
-
suspect
Address suspect
-
-
-
Package org.infinispan.rest
-
Exception Class org.infinispan.rest.RestResponseException
class RestResponseException extends RuntimeException implements Serializable-
Serialized Fields
-
status
io.netty.handler.codec.http.HttpResponseStatus status
-
text
String text
-
-
-
-
Package org.infinispan.rest.cachemanager.exceptions
-
Exception Class org.infinispan.rest.cachemanager.exceptions.CacheNotFoundException
class CacheNotFoundException extends CacheException implements Serializable
-
-
Package org.infinispan.rest.framework
-
Exception Class org.infinispan.rest.framework.RegistrationException
class RegistrationException extends RuntimeException implements Serializable
-
-
Package org.infinispan.rest.logging
-
Class org.infinispan.rest.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.infinispan.rest.logging.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.infinispan.rest.operations.exceptions
-
Exception Class org.infinispan.rest.operations.exceptions.InvalidFlagException
class InvalidFlagException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.MalformedRequest
class MalformedRequest extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.NoCacheFoundException
class NoCacheFoundException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.NoDataFoundException
class NoDataFoundException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.NoKeyException
class NoKeyException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.NotAllowedException
class NotAllowedException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.ResourceNotFoundException
class ResourceNotFoundException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.UnacceptableDataFormatException
class UnacceptableDataFormatException extends RestResponseException implements Serializable -
Exception Class org.infinispan.rest.operations.exceptions.WrongDateFormatException
class WrongDateFormatException extends RestResponseException implements Serializable
-
-
Package org.infinispan.scripting.logging
-
Class org.infinispan.scripting.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.infinispan.scripting.logging.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.infinispan.search.mapper.log.impl
-
Class org.infinispan.search.mapper.log.impl.InfinispanEventContextMessages_$bundle
class InfinispanEventContextMessages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.infinispan.search.mapper.log.impl.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.security
-
Class org.infinispan.security.CachePermission
class CachePermission extends Permission implements Serializable- serialVersionUID:
- 9120524408585262253L
-
Serialized Fields
-
authzPermission
AuthorizationPermission authzPermission
-
-
Class org.infinispan.security.CachePermissionCollection
class 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
class AuditMessages_$logger extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
log
org.jboss.logging.Logger log
-
-
-
Package org.infinispan.server.core.dataconversion
-
Exception Class org.infinispan.server.core.dataconversion.TranscodingException
class TranscodingException extends RuntimeException implements Serializable
-
-
Package org.infinispan.server.core.dataconversion.json
-
Class org.infinispan.server.core.dataconversion.json.SecureTypeResolverBuilder
class SecureTypeResolverBuilder extends com.fasterxml.jackson.databind.ObjectMapper.DefaultTypeResolverBuilder implements Serializable-
Serialized Fields
-
allowList
ClassAllowList allowList
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package org.infinispan.server.core.logging
-
Class org.infinispan.server.core.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
Class org.infinispan.server.core.logging.Messages_$bundle
class Messages_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
-
Package org.infinispan.server.core.security.simple
-
Class org.infinispan.server.core.security.simple.SimpleGroupPrincipal.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public SimpleGroupPrincipal readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.server.core.security.simple.SimpleSubjectUserInfo.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public SimpleSubjectUserInfo readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.server.core.transport
-
Class org.infinispan.server.core.transport.NettyTransportConnectionStats.ConnectionAdderTask.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.server.core.transport.NettyTransportConnectionStats.ConnectionAdderTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.server.core.transport.NettyTransportConnectionStats.ConnectionAdderTask task) throws IOException - Parameters:
output
- the object output to write totask
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.server.hotrod
-
Class org.infinispan.server.hotrod.CheckAddressTask.CheckAddressTaskExternalizer
class CheckAddressTaskExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.server.hotrod.CheckAddressTask readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.server.hotrod.CheckAddressTask object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.server.hotrod.HotRodServer.ToEmptyBytesKeyValueFilterConverter.ToEmptyBytesKeyValueFilterConverterExternalizer
class ToEmptyBytesKeyValueFilterConverterExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.server.hotrod.HotRodServer.ToEmptyBytesKeyValueFilterConverter readObject(ObjectInput input) - Parameters:
input
- the object input to read from
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.server.hotrod.HotRodServer.ToEmptyBytesKeyValueFilterConverter object) - Parameters:
output
- the object output to write toobject
- the object reference to write
-
-
-
Exception Class org.infinispan.server.hotrod.MissingFactoryException
class MissingFactoryException extends IllegalArgumentException implements Serializable
-
-
Package org.infinispan.server.hotrod.event
-
Class org.infinispan.server.hotrod.event.KeyValueWithPreviousEventConverterExternalizer
class KeyValueWithPreviousEventConverterExternalizer extends AbstractExternalizer<KeyValueWithPreviousEventConverter> implements Serializable-
Serialization Methods
-
readObject
public KeyValueWithPreviousEventConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, KeyValueWithPreviousEventConverter object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.server.hotrod.logging
-
Class org.infinispan.server.hotrod.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.server.iteration
-
Class org.infinispan.server.iteration.IterationFilter.IterationFilterExternalizer
class IterationFilterExternalizer extends AbstractExternalizer<IterationFilter> implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.server.memcached.logging
-
Class org.infinispan.server.memcached.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.stats.impl
-
Class org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallableExternalizer
class DistributedCacheStatsCallableExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallable readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stats.impl.ClusterCacheStatsImpl.DistributedCacheStatsCallable object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.stream
-
Class org.infinispan.stream.CacheCollectors.CollectorSupplier.CollectorSupplierExternalizer
class CollectorSupplierExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.stream.CacheCollectors.CollectorSupplier readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.CacheCollectors.CollectorSupplier object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
class StreamMarshallingExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
-
Package org.infinispan.stream.impl
-
Class org.infinispan.stream.impl.CacheBiConsumers.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.stream.impl.CacheIntermediatePublisher.ReducerExternalizer
class ReducerExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public CacheIntermediatePublisher readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.stream.impl.CacheStreamIntermediateReducer.ReducerExternalizer
class ReducerExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public CacheStreamIntermediateReducer readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheStreamIntermediateReducer object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.impl.LockedStreamImpl.CacheEntryConsumer object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
public org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction readObject(ObjectInput input) throws IOException, ClassNotFoundException - Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, org.infinispan.stream.impl.LockedStreamImpl.CacheEntryFunction object) throws IOException - Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.topology
-
Exception Class org.infinispan.topology.CacheJoinException
class CacheJoinException extends CacheException implements Serializable- serialVersionUID:
- 4394453405294292800L
-
Class org.infinispan.topology.CacheJoinInfo.Externalizer
-
Serialization Methods
-
readObject
public CacheJoinInfo readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Parameters:
unmarshaller
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tocacheJoinInfo
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.topology.CacheStatusResponse
class CacheStatusResponse extends Object implements Serializable-
Serialized Fields
-
availabilityMode
AvailabilityMode availabilityMode
-
cacheJoinInfo
CacheJoinInfo cacheJoinInfo
-
cacheTopology
CacheTopology cacheTopology
-
current
List<Address> current
-
stableTopology
CacheTopology stableTopology
-
-
-
Class org.infinispan.topology.CacheStatusResponse.Externalizer
-
Serialization Methods
-
readObject
public CacheStatusResponse readObject(ObjectInput unmarshaller) throws IOException, ClassNotFoundException - Parameters:
unmarshaller
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheStatusResponse cacheStatusResponse) throws IOException - Parameters:
output
- the object output to write tocacheStatusResponse
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.topology.CacheTopology.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<CacheTopology> implements Serializable -
Class org.infinispan.topology.ManagerStatusResponse
class ManagerStatusResponse extends Object implements Serializable-
Serialized Fields
-
caches
Map<String,
CacheStatusResponse> caches -
rebalancingEnabled
boolean rebalancingEnabled
-
-
-
Class org.infinispan.topology.ManagerStatusResponse.Externalizer
class Externalizer extends InstanceReusingAdvancedExternalizer<ManagerStatusResponse> implements Serializable -
Exception Class org.infinispan.topology.MissingMembersException
class MissingMembersException extends CacheException implements Serializable -
Class org.infinispan.topology.PersistentUUID.Externalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write touuid
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.transaction
-
Exception Class org.infinispan.transaction.WriteSkewException
class WriteSkewException extends CacheException implements Serializable-
Serialized Fields
-
key
Object key
-
-
-
-
Package org.infinispan.transaction.xa
-
Class org.infinispan.transaction.xa.GlobalTransaction.Externalizer
class Externalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write togtx
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Exception Class org.infinispan.transaction.xa.InvalidTransactionException
class InvalidTransactionException extends CacheException implements Serializable
-
-
Package org.infinispan.util
-
Exception Class org.infinispan.util.CyclicDependencyException
class CyclicDependencyException extends Exception implements Serializable -
Class org.infinispan.util.IntSetExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tointSet
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.util.KeyValuePair.Externalizer
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write tokvPair
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
Exception Class org.infinispan.util.UserRaisedFunctionalException
class UserRaisedFunctionalException extends RuntimeException implements Serializable
-
-
Package org.infinispan.util.concurrent
-
Class org.infinispan.util.concurrent.ReclosableLatch
class ReclosableLatch extends AbstractQueuedSynchronizer implements Serializable- serialVersionUID:
- 1744280161777661090L
-
-
Package org.infinispan.util.concurrent.locks
-
Exception Class org.infinispan.util.concurrent.locks.DeadlockDetectedException
class DeadlockDetectedException extends CacheException implements Serializable- serialVersionUID:
- -8529876192715526744L
-
Exception Class org.infinispan.util.concurrent.locks.LockReleasedException
class LockReleasedException extends CacheException implements Serializable
-
-
Package org.infinispan.util.function
-
Package org.infinispan.util.logging
-
Class org.infinispan.util.logging.Log_$logger
class Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.infinispan.xsite.commands.remote
-
Class org.infinispan.xsite.commands.remote.XSiteRequestExternalizer
class XSiteRequestExternalizer extends Object implements Serializable-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.xsite.irac
-
Exception Class org.infinispan.xsite.irac.DiscardUpdateException
class DiscardUpdateException extends CacheException implements Serializable
-
-
Package org.infinispan.xsite.statetransfer
-
Class org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
-
Serialization Methods
-
readObject
- Parameters:
input
- the object input to read from- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
- Parameters:
output
- the object output to write toobject
- the object reference to write- Throws:
IOException
- if an I/O error occurs
-
-
-