Uses of Interface
org.infinispan.marshall.Marshaller

Packages that use Marshaller
org.infinispan   
org.infinispan.loader   
org.infinispan.loader.bdbje   
org.infinispan.loader.cluster   
org.infinispan.loader.decorators   
org.infinispan.loader.file   
org.infinispan.loader.jdbc   
org.infinispan.loader.jdbc.binary   
org.infinispan.loader.jdbc.mixed   
org.infinispan.loader.jdbc.stringbased   
org.infinispan.loader.s3   
org.infinispan.marshall   
org.infinispan.marshall.jboss   
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
org.infinispan.statetransfer   
org.infinispan.transaction   
 

Uses of Marshaller in org.infinispan
 

Fields in org.infinispan declared as Marshaller
protected  Marshaller CacheDelegate.marshaller
           
 

Methods in org.infinispan with parameters of type Marshaller
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, Marshaller marshaller, ResponseGenerator responseGenerator, CacheManager cacheManager, StateTransferManager stateTransferManager)
           
 

Uses of Marshaller in org.infinispan.loader
 

Methods in org.infinispan.loader that return Marshaller
protected  Marshaller AbstractCacheStore.getMarshaller()
           
 

Methods in org.infinispan.loader with parameters of type Marshaller
 void LockSupportCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void CacheLoader.init(CacheLoaderConfig config, Cache cache, Marshaller m)
          Used to initialize a cache loader.
 void AbstractCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void CacheLoaderManagerImpl.inject(Cache cache, Marshaller marshaller, Configuration configuration)
           
 

Uses of Marshaller in org.infinispan.loader.bdbje
 

Methods in org.infinispan.loader.bdbje with parameters of type Marshaller
 void BdbjeCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
          Used to initialize a cache loader. This implementation expects config to be an instance of BdbjeCacheStoreConfig

note that the m is not currently used as SleepyCat has its own efficient solution.

 

Uses of Marshaller in org.infinispan.loader.cluster
 

Methods in org.infinispan.loader.cluster with parameters of type Marshaller
 void ClusterCacheLoader.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.decorators
 

Methods in org.infinispan.loader.decorators with parameters of type Marshaller
 void ChainingCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 void AbstractDelegatingStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.file
 

Methods in org.infinispan.loader.file with parameters of type Marshaller
 void FileCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.jdbc
 

Methods in org.infinispan.loader.jdbc with parameters of type Marshaller
static ByteBuffer JdbcUtil.marshall(Marshaller marshaller, Object bucket)
           
static Object JdbcUtil.unmarshall(Marshaller marshaller, InputStream inputStream)
           
 

Uses of Marshaller in org.infinispan.loader.jdbc.binary
 

Methods in org.infinispan.loader.jdbc.binary with parameters of type Marshaller
 void JdbcBinaryCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.jdbc.mixed
 

Methods in org.infinispan.loader.jdbc.mixed with parameters of type Marshaller
 void JdbcMixedCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.jdbc.stringbased
 

Methods in org.infinispan.loader.jdbc.stringbased with parameters of type Marshaller
 void JdbcStringBasedCacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
           
 

Uses of Marshaller in org.infinispan.loader.s3
 

Methods in org.infinispan.loader.s3 with parameters of type Marshaller
 void S3Connection.connect(S3CacheStoreConfig config, Marshaller m)
           
 void S3CacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m)
          Used to initialize a cache loader. This initializes the internal s3Connection to a default implementation
 void S3CacheStore.init(CacheLoaderConfig config, Cache cache, Marshaller m, S3Connection connection, S3Bucket bucket)
           
 

Uses of Marshaller in org.infinispan.marshall
 

Classes in org.infinispan.marshall that implement Marshaller
 class MarshallerImpl
          Abstract marshaller
 class VersionAwareMarshaller
          A delegate to various other marshallers like MarshallerImpl.
 

Uses of Marshaller in org.infinispan.marshall.jboss
 

Classes in org.infinispan.marshall.jboss that implement Marshaller
 class JBossMarshaller
          JBossMarshaller.
 

Uses of Marshaller in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type Marshaller
 void RpcManagerImpl.injectDependencies(GlobalConfiguration globalConfiguration, Transport t, InboundInvocationHandler handler, Marshaller marshaller, ExecutorService e, CacheManagerNotifier notifier)
           
 

Uses of Marshaller in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport with parameters of type Marshaller
 void Transport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler handler, CacheManagerNotifier notifier, long distributedSyncTimeout)
          Initializes the transport with global cache configuration and transport-specific properties.
 

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

Methods in org.infinispan.remoting.transport.jgroups with parameters of type Marshaller
 void JGroupsTransport.initialize(GlobalConfiguration c, Properties p, Marshaller marshaller, ExecutorService asyncExecutor, InboundInvocationHandler inboundInvocationHandler, CacheManagerNotifier notifier, long distributedSyncTimeout)
           
 

Constructors in org.infinispan.remoting.transport.jgroups with parameters of type Marshaller
MarshallerAdapter(Marshaller m)
           
 

Uses of Marshaller in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type Marshaller
 void StateTransferManagerImpl.injectDependencies(RpcManager rpcManager, AdvancedCache cache, Configuration configuration, DataContainer dataContainer, CacheLoaderManager clm, Marshaller marshaller, TransactionLog transactionLog, InterceptorChain interceptorChain, InvocationContextContainer invocationContextContainer, CommandsFactory commandsFactory)
           
 

Uses of Marshaller in org.infinispan.transaction
 

Methods in org.infinispan.transaction with parameters of type Marshaller
 void TransactionLog.writeCommitLog(Marshaller marshaller, ObjectOutput out)
           
 void TransactionLog.writePendingPrepares(Marshaller marshaller, ObjectOutput out)
           
 



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