Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.config | |
org.jboss.cache.invocation | |
org.jboss.cache.loader | |
org.jboss.cache.marshall | |
org.jboss.cache.statetransfer | |
org.jboss.cache.transaction |
Modifier and Type | Method and Description |
---|---|
Marshaller |
CacheSPI.getMarshaller()
Retrieves an instance of a
Marshaller , which is capable of
converting Java objects to bytestreams and back in an efficient manner, which is
also interoperable with bytestreams produced/consumed by other versions of JBoss
Cache. |
Modifier and Type | Method and Description |
---|---|
void |
RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener,
Configuration configuration,
Notifier notifier,
CacheSPI spi,
Marshaller marshaller,
TransactionTable txTable,
TransactionManager txManager,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
Configuration.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setCacheMarshaller(Marshaller instance) |
Modifier and Type | Method and Description |
---|---|
Marshaller |
CacheInvocationDelegate.getMarshaller() |
Modifier and Type | Method and Description |
---|---|
void |
CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager,
CacheLoaderManager cacheLoaderManager,
Notifier notifier,
TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainer dataContainer,
MVCCNodeHelper mvccHelper,
BatchContainer batchContainer) |
Modifier and Type | Method and Description |
---|---|
protected Marshaller |
AbstractCacheLoader.getMarshaller() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshaller
Abstract AbstractMarshaller for JBoss Cache.
|
class |
CacheMarshaller200
An enhanced marshaller for RPC calls between CacheImpl instances.
|
class |
CacheMarshaller210
An evolution of
CacheMarshaller200 , created to fix JBCACHE-1211. |
class |
CacheMarshaller300
Adds special treatment of arrays over and above the superclass.
|
class |
VersionAwareMarshaller
A delegate to various other marshallers like
CacheMarshaller200 . |
Modifier and Type | Field and Description |
---|---|
protected Marshaller |
DefaultStateTransferManager.marshaller |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
CacheLoaderManager cacheLoaderManager,
StateTransferIntegrator integrator,
StateTransferGenerator generator) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLog.writeCommitLog(Marshaller marshaller,
ObjectOutputStream out) |
void |
TransactionLog.writePendingPrepares(Marshaller marshaller,
ObjectOutputStream out) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.