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- 
errorStatusCodeint errorStatusCode 
- 
messageIdlong 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- 
serverAddressSocketAddress 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- 
serverAddressSocketAddress 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.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- 
readObjectpublic 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- 
readObjectpublic ByteBufferImpl readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic CacheContainerAdmin.AdminFlag readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic final T readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic final void writeObject(ObjectOutput output, T object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
- 
Serialized Fields- 
hasChildrenboolean 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- 
readObjectpublic T readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic T readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic WrappedByteArray readObject(ObjectInput input) throws IOException - Throws:
- IOException- if an I/O error occurs
 
- 
writeObjectpublic 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- 
readObjectpublic Equivalence readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput out, Equivalence obj) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
- 
Serialized Fields
 
- 
- 
Class org.infinispan.commons.marshall.exts.NoStateExternalizer extends AbstractExternalizer<T> implements Serializable- 
Serialization Methods- 
writeObjectpublic 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- 
readObjectprivate void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeObjectprivate void writeObject(ObjectOutputStream s) throws IOException - Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
loadFactorfloat loadFactor The user defined load factor which defines when to resize
 
- 
 
- 
Class org.infinispan.commons.util.ImmutableListCopy.Externalizer extends Object implements Serializable- 
Serialization Methods- 
readObjectpublic ImmutableListCopy readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic Map readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic Set readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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
- 
Class org.infinispan.commons.util.concurrent.ConcurrentHashSet extends AbstractSet<E> implements Serializable- serialVersionUID:
- 5312604953511379869L
 - 
Serialized Fields- 
mapConcurrentMap<E,Object> map Deprecated.
 
- 
 
 
- 
- 
Package org.infinispan.context- 
Class org.infinispan.context.Flag.Externalizer extends AbstractExternalizer<Flag> implements Serializable- 
Serialization Methods- 
readObjectpublic Flag readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic AcceptAllKeyValueFilter readObject(ObjectInput input) 
- 
writeObjectpublic void writeObject(ObjectOutput output, AcceptAllKeyValueFilter object) 
 
- 
 
- 
- 
Class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer extends Object implements Serializable- 
Serialization Methods- 
readObjectpublic Object readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, Object object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
- 
Serialized Fields
 
- 
- 
Class org.infinispan.filter.CollectionKeyFilter.Externalizer extends AbstractExternalizer<CollectionKeyFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic CollectionKeyFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, CollectionKeyFilter object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
 
- 
- 
Class org.infinispan.filter.CompositeKeyFilter.Externalizer extends AbstractExternalizer<CompositeKeyFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic CompositeKeyFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, CompositeKeyFilter object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
 
- 
- 
Class org.infinispan.filter.CompositeKeyValueFilter.Externalizer extends AbstractExternalizer<CompositeKeyValueFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic CompositeKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, CompositeKeyValueFilter object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
 
- 
- 
Class org.infinispan.filter.KeyFilterAsKeyValueFilter.Externalizer extends AbstractExternalizer<KeyFilterAsKeyValueFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic KeyFilterAsKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, KeyFilterAsKeyValueFilter object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
 
- 
- 
Class org.infinispan.filter.KeyValueFilterAsKeyFilter.Externalizer extends AbstractExternalizer<KeyValueFilterAsKeyFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic KeyValueFilterAsKeyFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, KeyValueFilterAsKeyFilter 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- 
readObjectpublic ScopedState readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic ScopeFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
chunkSizeint chunkSize Deprecated.
- 
fsGridFilesystem fs Deprecated.
- 
metadataCacheAdvancedCache<String,GridFile.Metadata> metadataCache Deprecated.
- 
pathString path Deprecated.
 
- 
 
- 
Class org.infinispan.io.GridFile.Metadata extends Object implements Serializable- 
Serialization Methods- 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternalpublic 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- 
externalizerExternalizer<? super Object> externalizer 
 
- 
 
 
- 
- 
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- 
readObjectpublic EmbeddedMetadata readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic CacheEventConverterAsConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic CacheEventFilterAsKeyValueFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic CacheEventFilterConverterAsKeyValueFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, CacheEventFilterConverterAsKeyValueFilterConverter object) throws IOException - Throws:
- IOException- if an I/O error occurs
 
 
- 
 
- 
- 
Class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.Externalizer extends AbstractExternalizer<KeyFilterAsCacheEventFilter> implements Serializable- 
Serialization Methods- 
readObjectpublic KeyFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic void writeObject(ObjectOutput output, KeyFilterAsCacheEventFilter 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- 
readObjectpublic KeyValueFilterAsCacheEventFilter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic KeyValueFilterConverterAsCacheEventFilterConverter readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic AvailabilityMode readObject(ObjectInput input) throws IOException - Throws:
- IOException- if an I/O error occurs
 
- 
writeObjectpublic 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.rest- 
Class org.infinispan.rest.RestResponseException extends RuntimeException implements Serializable- 
Serialized Fields- 
statusio.netty.handler.codec.http.HttpResponseStatus status 
- 
textString text 
 
- 
 
- 
 
- 
- 
Package org.infinispan.security- 
Class org.infinispan.security.CachePermission extends Permission implements Serializable- serialVersionUID:
- 9120524408585262253L
 - 
Serialized Fields- 
authzPermissionAuthorizationPermission authzPermission 
 
- 
 
- 
Class org.infinispan.security.CachePermissionCollection extends PermissionCollection implements Serializable- serialVersionUID:
- -3709477547317792941L
 - 
Serialized Fields- 
maskint mask 
- 
permsList<Permission> perms 
 
- 
 
 
- 
- 
Package org.infinispan.stream- 
Class org.infinispan.stream.CacheCollectors.CollectorSupplier.CollectorSupplierExternalizer extends Object implements Serializable- 
Serialization Methods- 
readObjectpublic org.infinispan.stream.CacheCollectors.CollectorSupplier readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
readObjectpublic Object readObject(ObjectInput input) throws IOException, ClassNotFoundException - Throws:
- IOException- if an I/O error occurs
- ClassNotFoundException- if a class could not be found
 
- 
writeObjectpublic 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- 
keyObject key 
 
- 
 
- 
 
-