Uses of Class
org.infinispan.marshall.Marshalls

Packages that use Marshalls
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.container.entries Entries which are stored in data containers. 
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.transaction JTA transaction support. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.tree This package contains the TreeCache. 
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. 
 

Uses of Marshalls in org.infinispan.atomic
 

Classes in org.infinispan.atomic with annotations of type Marshalls
static class AtomicHashMap.Externalizer
           
static class AtomicHashMapDelta.Externalizer
           
static class ClearOperation.Externalizer
           
static class PutOperation.Externalizer
           
static class RemoveOperation.Externalizer
           
 

Uses of Marshalls in org.infinispan.container.entries
 

Classes in org.infinispan.container.entries with annotations of type Marshalls
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
           
 

Uses of Marshalls in org.infinispan.distribution.ch
 

Classes in org.infinispan.distribution.ch with annotations of type Marshalls
static class DefaultConsistentHash.Externalizer
           
static class ExperimentalDefaultConsistentHash.Externalizer
           
static class NodeTopologyInfo.Externalizer
           
static class TopologyAwareConsistentHash.Externalizer
           
static class UnionConsistentHash.Externalizer
           
 

Uses of Marshalls in org.infinispan.loaders.bucket
 

Classes in org.infinispan.loaders.bucket with annotations of type Marshalls
static class Bucket.Externalizer
           
 

Uses of Marshalls in org.infinispan.marshall
 

Classes in org.infinispan.marshall with annotations of type Marshalls
static class MarshalledValue.Externalizer
           
 

Uses of Marshalls in org.infinispan.marshall.exts
 

Classes in org.infinispan.marshall.exts with annotations of type Marshalls
 class ArrayListExternalizer
          List externalizer dealing with ArrayList and LinkedList implementations.
 class LinkedListExternalizer
          LinkedListExternalizer.
 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.
 

Uses of Marshalls in org.infinispan.remoting.responses
 

Classes in org.infinispan.remoting.responses with annotations of type Marshalls
static class ExceptionResponse.Externalizer
           
static class ExtendedResponse.Externalizer
           
static class RequestIgnoredResponse.Externalizer
           
static class SuccessfulResponse.Externalizer
           
static class UnsuccessfulResponse.Externalizer
           
static class UnsureResponse.Externalizer
           
 

Uses of Marshalls in org.infinispan.remoting.transport.jgroups
 

Classes in org.infinispan.remoting.transport.jgroups with annotations of type Marshalls
static class JGroupsAddress.Externalizer
           
 

Uses of Marshalls in org.infinispan.transaction
 

Classes in org.infinispan.transaction with annotations of type Marshalls
static class TransactionLog.LogEntry.Externalizer
           
 

Uses of Marshalls in org.infinispan.transaction.xa
 

Classes in org.infinispan.transaction.xa with annotations of type Marshalls
static class DldGlobalTransaction.Externalizer
           
static class GlobalTransaction.Externalizer
           
 

Uses of Marshalls in org.infinispan.tree
 

Classes in org.infinispan.tree with annotations of type Marshalls
static class Fqn.Externalizer
           
static class NodeKey.Externalizer
           
 

Uses of Marshalls in org.infinispan.util
 

Classes in org.infinispan.util with annotations of type Marshalls
static class ByteArrayKey.Externalizer
           
static class Immutables.ImmutableMapWrapperExternalizer
           
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.