Serialized Form
-
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.HotRodClientException extends java.lang.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
java.net.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
java.net.SocketAddress serverAddress
-
-
-
-
Package org.infinispan.client.hotrod.logging
-
Class org.infinispan.client.hotrod.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons
-
Class org.infinispan.commons.CacheConfigurationException extends CacheException implements Serializable
- serialVersionUID:
- -7103679310393205388L
-
Class org.infinispan.commons.CacheException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5704354545244956536L
-
Class org.infinispan.commons.CacheListenerException extends CacheException implements Serializable
-
-
Package org.infinispan.commons.dataconversion
-
Class org.infinispan.commons.dataconversion.EncodingException extends CacheException implements Serializable
-
Class org.infinispan.commons.dataconversion.MediaType.MediaTypeExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public MediaType readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, MediaType mediaType) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.equivalence
-
Class org.infinispan.commons.equivalence.AnyEquivalence extends java.lang.Object implements Serializable
-
Class org.infinispan.commons.equivalence.AnyServerEquivalence extends java.lang.Object implements Serializable
-
Class org.infinispan.commons.equivalence.ByteArrayEquivalence extends java.lang.Object implements Serializable
-
Class org.infinispan.commons.equivalence.IdentityEquivalence extends java.lang.Object implements Serializable
-
-
Package org.infinispan.commons.hash
-
Class org.infinispan.commons.hash.MurmurHash3.Externalizer extends NoStateExternalizer<MurmurHash3> implements Serializable
-
Serialization Methods
-
readObject
public MurmurHash3 readObject(java.io.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(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, ByteBufferImpl b) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Package org.infinispan.commons.logging
-
Class org.infinispan.commons.logging.Log_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.infinispan.commons.marshall
-
Class org.infinispan.commons.marshall.AbstractExternalizer extends java.lang.Object implements Serializable
-
Class org.infinispan.commons.marshall.AdminFlagExternalizer extends AbstractExternalizer<CacheContainerAdmin.AdminFlag> implements Serializable
-
Serialization Methods
-
readObject
public CacheContainerAdmin.AdminFlag readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, CacheContainerAdmin.AdminFlag flag) throws java.io.IOException- Throws:
java.io.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(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public final void writeObject(java.io.ObjectOutput output, T object) throws java.io.IOException- Throws:
java.io.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.NotSerializableException extends CacheException implements Serializable
- serialVersionUID:
- 8217398736102723887L
-
Class org.infinispan.commons.marshall.SingletonExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public T readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, T object) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
id
java.lang.Integer id
-
instance
T instance
-
-
-
Class org.infinispan.commons.marshall.SuppliedExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public T readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, T object) throws java.io.IOException- Throws:
java.io.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(java.io.ObjectInput input) throws java.io.IOException
- Throws:
java.io.IOException- if an I/O error occurs
-
writeObject
public void writeObject(java.io.ObjectOutput output, WrappedByteArray object) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.marshall.exts
-
Class org.infinispan.commons.marshall.exts.EquivalenceExternalizer extends AbstractExternalizer<Equivalence> implements Serializable
-
Serialization Methods
-
readObject
public Equivalence readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput out, Equivalence obj) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
Serialized Fields
-
subIds
org.jboss.marshalling.util.IdentityIntMap<java.lang.Class<?>> subIds
-
-
-
Class org.infinispan.commons.marshall.exts.NoStateExternalizer extends AbstractExternalizer<T> implements Serializable
-
Serialization Methods
-
writeObject
public void writeObject(java.io.ObjectOutput output, T object) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.marshall.jboss
-
Class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter extends java.lang.Object implements Serializable
- serialVersionUID:
- 8187679200599686076L
-
Serialized Fields
-
externalizer
Externalizer<? super java.lang.Object> externalizer
-
-
-
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(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
The user defined load factor which defines when to resize
-
-
Class org.infinispan.commons.util.ImmutableListCopy extends java.util.AbstractList<E> implements Serializable
- serialVersionUID:
- 10929568968966L
-
Serialization Methods
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundExceptionSeeImmutableListCopy.writeExternal(java.io.ObjectOutput)for serialization format- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOExceptionFormat: - entry array size (int) - elements (Object)- Throws:
java.io.IOException
-
-
Class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer extends AbstractExternalizer<java.util.Map> implements Serializable
-
Serialization Methods
-
readObject
public java.util.Map readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, java.util.Map map) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer extends AbstractExternalizer<java.util.Set> implements Serializable
-
Serialization Methods
-
readObject
public java.util.Set readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, java.util.Set set) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public KeyValueWithPrevious readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, KeyValueWithPrevious kvPair) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Class org.infinispan.commons.util.SimpleImmutableEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -6092752114794052323L
-
Class org.infinispan.commons.util.TypedProperties extends java.util.Properties implements Serializable
- serialVersionUID:
- 3799321248100686287L
-
-
Package org.infinispan.commons.util.concurrent
-
Class org.infinispan.commons.util.concurrent.ConcurrentHashSet extends java.util.AbstractSet<E> implements Serializable
- serialVersionUID:
- 5312604953511379869L
-
Serialized Fields
-
map
java.util.concurrent.ConcurrentMap<E,java.lang.Object> map
-
-
-
Package org.infinispan.counter.exception
-
Class org.infinispan.counter.exception.CounterConfigurationException extends CounterException implements Serializable
-
Class org.infinispan.counter.exception.CounterException extends java.lang.RuntimeException implements Serializable
-
Class org.infinispan.counter.exception.CounterOutOfBoundsException extends CounterException implements Serializable
-
-
Package org.infinispan.lock.exception
-
Class org.infinispan.lock.exception.ClusteredLockException extends java.lang.RuntimeException implements Serializable
-
-
Package org.infinispan.query.remote.client
-
Class org.infinispan.query.remote.client.Externalizers.NamedParameterExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public QueryRequest.NamedParameter readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, QueryRequest.NamedParameter namedParameter) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.Externalizers.QueryRequestExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public QueryRequest readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, QueryRequest queryRequest) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.Externalizers.QueryResponseExternalizer extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
public QueryResponse readObject(java.io.ObjectInput input) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException- if an I/O error occursjava.lang.ClassNotFoundException- if a class could not be found
-
writeObject
public void writeObject(java.io.ObjectOutput output, QueryResponse queryResponse) throws java.io.IOException- Throws:
java.io.IOException- if an I/O error occurs
-
-
-