|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Marshaller | |
---|---|
org.jboss.cache | |
org.jboss.cache.config | |
org.jboss.cache.invocation | |
org.jboss.cache.loader | |
org.jboss.cache.marshall | |
org.jboss.cache.statetransfer |
Uses of Marshaller in org.jboss.cache |
---|
Methods in org.jboss.cache that return Marshaller | |
---|---|
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. |
Uses of Marshaller in org.jboss.cache.config |
---|
Methods in org.jboss.cache.config that return Marshaller | |
---|---|
Marshaller |
Configuration.getMarshaller()
|
Methods in org.jboss.cache.config with parameters of type Marshaller | |
---|---|
void |
Configuration.setCacheMarshaller(Marshaller instance)
|
Uses of Marshaller in org.jboss.cache.invocation |
---|
Methods in org.jboss.cache.invocation that return Marshaller | |
---|---|
Marshaller |
CacheInvocationDelegate.getMarshaller()
|
Methods in org.jboss.cache.invocation with parameters of type Marshaller | |
---|---|
void |
CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager,
CacheLoaderManager cacheLoaderManager,
NotifierImpl notifier,
TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainerImpl dataContainer)
|
Uses of Marshaller in org.jboss.cache.loader |
---|
Methods in org.jboss.cache.loader that return Marshaller | |
---|---|
protected Marshaller |
AbstractCacheLoader.getMarshaller()
|
Uses of Marshaller in org.jboss.cache.marshall |
---|
Classes in org.jboss.cache.marshall that implement Marshaller | |
---|---|
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 |
VersionAwareMarshaller
A delegate to various other marshallers like CacheMarshaller200 . |
Uses of Marshaller in org.jboss.cache.statetransfer |
---|
Methods in org.jboss.cache.statetransfer with parameters of type Marshaller | |
---|---|
void |
StateTransferManager.injectDependencies(CacheSPI cache,
Marshaller marshaller,
RegionManager regionManager,
Configuration configuration,
LockManager lockManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |