Serialized Form
-
Package org.infinispan
-
Class org.infinispan.IllegalLifecycleStateException extends IllegalLifecycleStateException implements Serializable
-
Class org.infinispan.InvalidCacheUsageException extends CacheException implements Serializable
-
-
Package org.infinispan.client.hotrod.event
-
Class org.infinispan.client.hotrod.event.IncorrectClientListenerException extends HotRodClientException implements Serializable
-
-
Package org.infinispan.client.hotrod.exceptions
-
Class org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.HotRodClientException extends RuntimeException implements Serializable
-
Serialized Fields
-
errorStatusCode
int errorStatusCode
-
messageId
long messageId
-
-
-
Class org.infinispan.client.hotrod.exceptions.HotRodTimeoutException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.InvalidResponseException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.ParallelOperationException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException extends HotRodClientException implements Serializable
-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
Class org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException extends HotRodClientException implements Serializable
-
Class org.infinispan.client.hotrod.exceptions.TransportException extends HotRodClientException implements Serializable
-
Serialized Fields
-
serverAddress
SocketAddress serverAddress
-
-
-
-
Package org.infinispan.commons
-
Class org.infinispan.commons.CacheConfigurationException extends CacheException implements Serializable
- serialVersionUID:
- -7103679310393205388L
-
Class org.infinispan.commons.CacheException extends RuntimeException implements Serializable
- serialVersionUID:
- -5704354545244956536L
-
Class org.infinispan.commons.CacheListenerException extends CacheException implements Serializable
-
Class org.infinispan.commons.IllegalLifecycleStateException extends CacheException implements Serializable
-
-
Package org.infinispan.commons.configuration
-
Class org.infinispan.commons.configuration.Json.MalformedJsonException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons.hash
-
Class org.infinispan.commons.hash.MurmurHash3.Externalizer extends NoStateExternalizer<MurmurHash3> implements Serializable
-
Serialization Methods
-
readObject
public MurmurHash3 readObject(ObjectInput input)
-
-
-
-
Package org.infinispan.commons.io
-
Class org.infinispan.commons.io.ByteBufferImpl.Externalizer extends AbstractExternalizer<ByteBufferImpl> implements Serializable
- serialVersionUID:
- -5291318076267612501L
-
Serialization Methods
-
readObject
public ByteBufferImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ByteBufferImpl b) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Package org.infinispan.commons.marshall
-
Class org.infinispan.commons.marshall.AbstractExternalizer extends Object implements Serializable
-
Class org.infinispan.commons.marshall.AdminFlagExternalizer extends AbstractExternalizer<CacheContainerAdmin.AdminFlag> implements Serializable
-
Serialization Methods
-
readObject
public CacheContainerAdmin.AdminFlag readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CacheContainerAdmin.AdminFlag flag) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer extends AbstractExternalizer<T> implements Serializable
-
Serialization Methods
-
readObject
public final T readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public final void writeObject(ObjectOutput output, T object) throws IOException
- 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
-
-
-
Class org.infinispan.commons.marshall.MarshallingException extends CacheException implements Serializable
-
Class org.infinispan.commons.marshall.NotSerializableException extends CacheException implements Serializable
- serialVersionUID:
- 8217398736102723887L
-
Class org.infinispan.commons.marshall.SingletonExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public T readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, T object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.SuppliedExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public T readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, T object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.commons.marshall.WrappedByteArray.Externalizer extends AbstractExternalizer<WrappedByteArray> implements Serializable
-
Serialization Methods
-
readObject
public WrappedByteArray readObject(ObjectInput input) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
writeObject
public void writeObject(ObjectOutput output, WrappedByteArray object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.marshall.exts
-
Class org.infinispan.commons.marshall.exts.NoStateExternalizer extends AbstractExternalizer<T> implements Serializable
-
Serialization Methods
-
writeObject
public void writeObject(ObjectOutput output, T object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.util
-
Class org.infinispan.commons.util.FastCopyHashMap extends AbstractMap<K,V> implements Serializable
- serialVersionUID:
- 10929568968762L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
Class org.infinispan.commons.util.ImmutableListCopy.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public ImmutableListCopy readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ImmutableListCopy object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer extends AbstractExternalizer<Map> implements Serializable
-
Serialization Methods
-
readObject
public Map readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, Map map) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer extends AbstractExternalizer<Set> implements Serializable
-
Serialization Methods
-
readObject
public Set readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, Set set) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.KeyValueWithPrevious extends Object implements Serializable
- serialVersionUID:
- -7875910676423622104L
-
Class org.infinispan.commons.util.SimpleImmutableEntry extends Object implements Serializable
- serialVersionUID:
- -6092752114794052323L
-
Class org.infinispan.commons.util.TypedProperties extends Properties implements Serializable
- serialVersionUID:
- 3799321248100686287L
-
-
Package org.infinispan.commons.util.concurrent
-
Class org.infinispan.commons.util.concurrent.CacheBackpressureFullException extends CacheException implements Serializable
-
-
Package org.infinispan.context
-
Class org.infinispan.context.Flag.Externalizer extends AbstractExternalizer<Flag> implements Serializable
-
Serialization Methods
-
readObject
public Flag readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, Flag flag) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.counter.exception
-
Class org.infinispan.counter.exception.CounterConfigurationException extends CounterException implements Serializable
-
Class org.infinispan.counter.exception.CounterException extends RuntimeException implements Serializable
-
Class org.infinispan.counter.exception.CounterOutOfBoundsException extends CounterException implements Serializable
-
-
Package org.infinispan.filter
-
Class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer extends 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:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
Class org.infinispan.filter.CompositeKeyValueFilter.Externalizer extends AbstractExternalizer<CompositeKeyValueFilter> implements Serializable
-
Serialization Methods
-
readObject
public CompositeKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, CompositeKeyValueFilter object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.globalstate
-
Class org.infinispan.globalstate.ScopedState.Externalizer extends AbstractExternalizer<ScopedState> implements Serializable
- serialVersionUID:
- 326802903448963450L
-
Serialization Methods
-
readObject
public ScopedState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ScopedState object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Class org.infinispan.globalstate.ScopeFilter.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public ScopeFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, ScopeFilter object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
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:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.infinispan.jboss.marshalling.commons
-
Class org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter extends Object implements Serializable
- serialVersionUID:
- 8187679200599686076L
-
Serialized Fields
-
externalizer
Externalizer<? super Object> externalizer
Deprecated.
-
-
-
Package org.infinispan.lock.exception
-
Class org.infinispan.lock.exception.ClusteredLockException extends RuntimeException implements Serializable
-
-
Package org.infinispan.manager
-
Class org.infinispan.manager.EmbeddedCacheManagerStartupException extends CacheException implements Serializable
-
-
Package org.infinispan.metadata
-
Class org.infinispan.metadata.EmbeddedMetadata.Externalizer extends AbstractExternalizer<EmbeddedMetadata> implements Serializable
-
Serialization Methods
-
readObject
public EmbeddedMetadata readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, EmbeddedMetadata object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
-
Package org.infinispan.notifications
-
Class org.infinispan.notifications.IncorrectListenerException extends CacheException implements Serializable
- serialVersionUID:
- 3847404572671886703L
-
-
Package org.infinispan.notifications.cachelistener.filter
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer extends AbstractExternalizer<CacheEventConverterAsConverter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventConverterAsConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- 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
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer extends AbstractExternalizer<CacheEventFilterAsKeyValueFilter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventFilterAsKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- 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
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer extends AbstractExternalizer<CacheEventFilterConverterAsKeyValueFilterConverter> implements Serializable
-
Serialization Methods
-
readObject
public CacheEventFilterConverterAsKeyValueFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- 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
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer extends AbstractExternalizer<KeyValueFilterAsCacheEventFilter> implements Serializable
-
Serialization Methods
-
readObject
public KeyValueFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- 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
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public KeyValueFilterConverterAsCacheEventFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException
- 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
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.objectfilter
-
Class org.infinispan.objectfilter.ParsingException extends RuntimeException implements Serializable
-
-
Package org.infinispan.partitionhandling
-
Class org.infinispan.partitionhandling.AvailabilityException extends CacheException implements Serializable
-
Class org.infinispan.partitionhandling.AvailabilityMode.Externalizer extends AbstractExternalizer<AvailabilityMode> implements Serializable
-
Serialization Methods
-
readObject
public AvailabilityMode readObject(ObjectInput input) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
writeObject
public void writeObject(ObjectOutput output, AvailabilityMode AvailabilityMode) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.persistence.jpa
-
Class org.infinispan.persistence.jpa.JpaStoreException extends PersistenceException implements Serializable
-
-
Package org.infinispan.persistence.sifs
-
Package org.infinispan.persistence.spi
-
Class org.infinispan.persistence.spi.PersistenceException extends CacheException implements Serializable
- serialVersionUID:
- -7640401612614646818L
-
Class org.infinispan.persistence.spi.StoreUnavailableException extends PersistenceException implements Serializable
-
-
Package org.infinispan.query
-
Class org.infinispan.query.SearchTimeoutException extends RuntimeException implements Serializable
-
-
Package org.infinispan.rest
-
Class org.infinispan.rest.RestResponseException extends RuntimeException implements Serializable
-
Serialized Fields
-
status
io.netty.handler.codec.http.HttpResponseStatus status
-
text
String text
-
-
-
-
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.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:
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
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public Object readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOException
- if an I/O error occursClassNotFoundException
- if a class could not be found
-
writeObject
public void writeObject(ObjectOutput output, Object object) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
-
-
Package org.infinispan.transaction
-
Class org.infinispan.transaction.WriteSkewException extends CacheException implements Serializable
-
Serialized Fields
-
key
Object key
-
-
-