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 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.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 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 Object implements Serializable
-
Serialization Methods
-
readObject
public MediaType 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, MediaType mediaType) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
-
Package org.infinispan.commons.equivalence
-
Class org.infinispan.commons.equivalence.AnyEquivalence extends Object implements Serializable
-
Class org.infinispan.commons.equivalence.AnyServerEquivalence extends Object implements Serializable
-
Class org.infinispan.commons.equivalence.ByteArrayEquivalence extends Object implements Serializable
-
Class org.infinispan.commons.equivalence.IdentityEquivalence extends 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(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.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 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.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.EquivalenceExternalizer extends AbstractExternalizer<Equivalence> implements Serializable
-
Serialization Methods
-
readObject
public Equivalence 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 out, Equivalence obj) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
Serialized Fields
-
subIds
org.jboss.marshalling.util.IdentityIntMap<Class<?>> subIds
-
-
-
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.marshall.jboss
-
Class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter extends Object implements Serializable
- serialVersionUID:
- 8187679200599686076L
-
Serialized Fields
-
externalizer
Externalizer<? super 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(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 extends AbstractList<E> implements Serializable
- serialVersionUID:
- 10929568968966L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
SeeImmutableListCopy.writeExternal(java.io.ObjectOutput)
for serialization format- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Format: - entry array size (int) - elements (Object)- Throws:
IOException
-
-
Class org.infinispan.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.KeyValueWithPreviousExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public KeyValueWithPrevious 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, KeyValueWithPrevious kvPair) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
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.ConcurrentHashSet extends AbstractSet<E> implements Serializable
- serialVersionUID:
- 5312604953511379869L
-
Serialized Fields
-
map
ConcurrentMap<E,Object> map
-
-
-
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.lock.exception
-
Class org.infinispan.lock.exception.ClusteredLockException extends RuntimeException implements Serializable
-
-
Package org.infinispan.query.remote.client
-
Class org.infinispan.query.remote.client.Externalizers.NamedParameterExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public QueryRequest.NamedParameter 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, QueryRequest.NamedParameter namedParameter) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.Externalizers.QueryRequestExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public QueryRequest 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, QueryRequest queryRequest) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-
Class org.infinispan.query.remote.client.Externalizers.QueryResponseExternalizer extends Object implements Serializable
-
Serialization Methods
-
readObject
public QueryResponse 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, QueryResponse queryResponse) throws IOException
- Throws:
IOException
- if an I/O error occurs
-
-
-