Package | Description |
---|---|
org.infinispan.atomic |
This package contains the
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
org.infinispan.cacheviews | |
org.infinispan.commons.hash | |
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.versioned | |
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.distribution.ch | |
org.infinispan.loaders.bucket |
Abstract classes that use hashed buckets to store entries.
|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Class and Description |
---|---|
static class |
AtomicHashMap.Externalizer |
static class |
AtomicHashMapDelta.Externalizer |
static class |
ClearOperation.Externalizer |
static class |
PutOperation.Externalizer |
static class |
RemoveOperation.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
CacheView.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
MurmurHash2.Externalizer |
static class |
MurmurHash2Compat.Externalizer |
static class |
MurmurHash3.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
ImmortalCacheEntry.Externalizer |
static class |
ImmortalCacheValue.Externalizer |
static class |
MortalCacheEntry.Externalizer |
static class |
MortalCacheValue.Externalizer |
static class |
TransientCacheEntry.Externalizer |
static class |
TransientCacheValue.Externalizer |
static class |
TransientMortalCacheEntry.Externalizer |
static class |
TransientMortalCacheValue.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
VersionedImmortalCacheEntry.Externalizer |
static class |
VersionedImmortalCacheValue.Externalizer |
static class |
VersionedMortalCacheEntry.Externalizer |
static class |
VersionedMortalCacheValue.Externalizer |
static class |
VersionedTransientCacheEntry.Externalizer |
static class |
VersionedTransientCacheValue.Externalizer |
static class |
VersionedTransientMortalCacheEntry.Externalizer |
static class |
VersionedTransientMortalCacheValue.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
RemoteTransactionLogDetails.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractWheelConsistentHash.Externalizer<T extends AbstractWheelConsistentHash> |
static class |
DefaultConsistentHash.Externalizer |
static class |
ExperimentalDefaultConsistentHash.Externalizer |
static class |
TopologyAwareConsistentHash.Externalizer |
static class |
UnionConsistentHash.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
Bucket.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
MarshalledValue.Externalizer |
Modifier and Type | Class and Description |
---|---|
class |
ArrayListExternalizer
List externalizer dealing with ArrayList and LinkedList implementations.
|
class |
CacheRpcCommandExternalizer
Externalizer in charge of marshalling cache specific commands.
|
class |
LinkedListExternalizer
LinkedListExternalizer.
|
class |
MapExternalizer
Map externalizer for all map implementations except immutable maps and singleton maps, i.e.
|
class |
NoStateExternalizer<T>
An externalizer that writes no state.
|
class |
ReplicableCommandExternalizer
ReplicableCommandExternalizer.
|
class |
SetExternalizer
Set externalizer for all set implementations, i.e.
|
class |
SingletonListExternalizer
SingletonListExternalizer.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionResponse.Externalizer |
static class |
SuccessfulResponse.Externalizer |
static class |
UnsuccessfulResponse.Externalizer |
static class |
UnsureResponse.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
JGroupsAddress.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
LockInfo.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
DldGlobalTransaction.Externalizer |
protected static class |
GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction> |
static class |
GlobalTransaction.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
InDoubtTxInfoImpl.Externalizer |
static class |
RecoveryAwareDldGlobalTransaction.Externalizer |
static class |
RecoveryAwareGlobalTransaction.Externalizer |
static class |
SerializableXid.XidExternalizer |
Modifier and Type | Class and Description |
---|---|
static class |
ByteArrayKey.Externalizer |
static class |
Immutables.ImmutableMapWrapperExternalizer |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.