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.commons.hash | |
org.infinispan.commons.io | |
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.commons.marshall.exts | |
org.infinispan.commons.util | |
org.infinispan.configuration.global | |
org.infinispan.container.entries |
Entries which are stored in data containers.
|
org.infinispan.container.entries.metadata | |
org.infinispan.container.versioning | |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.distribution.ch | |
org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
org.infinispan.lucene.logging | |
org.infinispan.marshall | |
org.infinispan.marshall.core | |
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.metadata | |
org.infinispan.persistence.jdbc.logging | |
org.infinispan.persistence.remote.logging | |
org.infinispan.query.logging | |
org.infinispan.registry | |
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.topology | |
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.
|
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Class and Description |
---|---|
static class |
AtomicHashMap.Externalizer |
static class |
AtomicHashMapDelta.Externalizer |
static class |
ClearOperation.Externalizer |
static class |
DeltaCompositeKey.DeltaCompositeKeyExternalizer |
static class |
PutOperation.Externalizer |
static class |
RemoveOperation.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 |
ByteBufferImpl.Externalizer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternalizer<T>
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
Modifier and Type | Class and Description |
---|---|
class |
NoStateExternalizer<T>
An externalizer that writes no state.
|
Modifier and Type | Class and Description |
---|---|
static class |
Immutables.ImmutableMapWrapperExternalizer |
static class |
InfinispanCollections.EmptyList.EmptyListExternalizer |
static class |
InfinispanCollections.EmptyMap.EmptyMapExternalizer |
static class |
InfinispanCollections.EmptySet.EmptySetExternalizer |
Modifier and Type | Method and Description |
---|---|
Map<Integer,AdvancedExternalizer<?>> |
SerializationConfiguration.advancedExternalizers() |
Modifier and Type | Method and Description |
---|---|
<T> SerializationConfigurationBuilder |
SerializationConfigurationBuilder.addAdvancedExternalizer(AdvancedExternalizer<T>... advancedExternalizers)
Helper method that allows for quick registration of
AdvancedExternalizer
implementations. |
<T> SerializationConfigurationBuilder |
SerializationConfigurationBuilder.addAdvancedExternalizer(AdvancedExternalizer<T> advancedExternalizer)
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier. |
<T> SerializationConfigurationBuilder |
SerializationConfigurationBuilder.addAdvancedExternalizer(int id,
AdvancedExternalizer<T> advancedExternalizer)
Helper method that allows for quick registration of an
AdvancedExternalizer
implementation alongside its corresponding identifier. |
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 |
MetadataImmortalCacheEntry.Externalizer |
static class |
MetadataImmortalCacheValue.Externalizer |
static class |
MetadataMortalCacheEntry.Externalizer |
static class |
MetadataMortalCacheValue.Externalizer |
static class |
MetadataTransientCacheEntry.Externalizer |
static class |
MetadataTransientCacheValue.Externalizer |
static class |
MetadataTransientMortalCacheEntry.Externalizer |
static class |
MetadataTransientMortalCacheValue.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
NumericVersion.Externalizer |
static class |
SimpleClusteredVersion.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
Flag.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultConsistentHash.Externalizer |
static class |
DefaultConsistentHashFactory.Externalizer |
static class |
ReplicatedConsistentHash.Externalizer |
static class |
ReplicatedConsistentHashFactory.Externalizer |
static class |
SyncConsistentHashFactory.Externalizer |
static class |
TopologyAwareConsistentHashFactory.Externalizer |
static class |
TopologyAwareSyncConsistentHashFactory.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
ChunkCacheKey.Externalizer |
static class |
FileCacheKey.Externalizer |
static class |
FileListCacheKey.Externalizer |
static class |
FileMetadata.Externalizer |
static class |
FileReadLockKey.Externalizer |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log_$logger.foreignExternalizerUsingNegativeId(AdvancedExternalizer arg0,
int arg1) |
CacheConfigurationException |
Log_$logger.internalExternalizerIdLimitExceeded(AdvancedExternalizer arg0,
int arg1,
int arg2) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyAdvancedExternalizerAdapter<T>
Deprecated.
Convert your externalizers to
AdvancedExternalizer |
Modifier and Type | Class and Description |
---|---|
static class |
MarshalledEntryImpl.Externalizer |
static class |
MarshalledValue.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
ArrayExternalizers.ListArray |
class |
CacheRpcCommandExternalizer
Externalizer in charge of marshalling cache specific commands.
|
class |
EnumSetExternalizer
EnumSet externalizer. |
class |
ListExternalizer
List externalizer dealing with ArrayList and LinkedList implementations.
|
class |
MapExternalizer
Map externalizer for all map implementations except immutable maps and singleton maps, i.e.
|
class |
ReplicableCommandExternalizer
ReplicableCommandExternalizer.
|
class |
SetExternalizer
Set externalizer for all set implementations, i.e.
|
class |
SingletonListExternalizer
SingletonListExternalizer.
|
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedMetadata.Externalizer |
static class |
InternalMetadataImpl.Externalizer |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log_$logger.foreignExternalizerUsingNegativeId(AdvancedExternalizer arg0,
int arg1) |
CacheConfigurationException |
Log_$logger.internalExternalizerIdLimitExceeded(AdvancedExternalizer arg0,
int arg1,
int arg2) |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log_$logger.foreignExternalizerUsingNegativeId(AdvancedExternalizer arg0,
int arg1) |
CacheConfigurationException |
Log_$logger.internalExternalizerIdLimitExceeded(AdvancedExternalizer arg0,
int arg1,
int arg2) |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log_$logger.foreignExternalizerUsingNegativeId(AdvancedExternalizer arg0,
int arg1) |
CacheConfigurationException |
Log_$logger.internalExternalizerIdLimitExceeded(AdvancedExternalizer arg0,
int arg1,
int arg2) |
Modifier and Type | Class and Description |
---|---|
static class |
ScopedKey.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
CacheNotFoundResponse.Externalizer |
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 |
static class |
JGroupsTopologyAwareAddress.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
StateChunk.Externalizer |
static class |
TransactionInfo.Externalizer |
Modifier and Type | Class and Description |
---|---|
static class |
CacheJoinInfo.Externalizer |
static class |
CacheTopology.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 |
KeyValuePair.Externalizer |
Modifier and Type | Method and Description |
---|---|
CacheConfigurationException |
Log.foreignExternalizerUsingNegativeId(AdvancedExternalizer<?> ext,
int externalizerId) |
CacheConfigurationException |
Log_$logger.foreignExternalizerUsingNegativeId(AdvancedExternalizer ext,
int externalizerId) |
CacheConfigurationException |
Log.internalExternalizerIdLimitExceeded(AdvancedExternalizer<?> ext,
int externalizerId,
int maxId) |
CacheConfigurationException |
Log_$logger.internalExternalizerIdLimitExceeded(AdvancedExternalizer ext,
int externalizerId,
int maxId) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.