Interface | Description |
---|---|
Marshaller |
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
ReplicationObserver |
This is a hook for observing remotely replicated commands on this instance.
|
Class | Description |
---|---|
AbstractMarshaller |
Abstract AbstractMarshaller for JBoss Cache.
|
CacheMarshaller200 |
An enhanced marshaller for RPC calls between CacheImpl instances.
|
CacheMarshaller210 |
An evolution of
CacheMarshaller200 , created to fix JBCACHE-1211. |
CacheMarshaller300 |
Adds special treatment of arrays over and above the superclass.
|
CommandAwareRpcDispatcher |
A JGroups RPC dispatcher that knows how to deal with
ReplicableCommand s. |
ExtendedResponse |
A response with extended information
|
InactiveRegionAwareRpcDispatcher |
Extends
RpcDispatcher and adds the possibility that the marshaller may throw InactiveRegionException s. |
MarshalledValue |
Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader.
|
MarshalledValueHelper |
Common functionality used by the
MarshalledValueInterceptor and the MarshalledValueMap . |
MarshalledValueMap |
A Map that is able to wrap/unwrap MarshalledValues in keys or values.
|
MarshallUtil |
Utility methods related to marshalling and unmarshalling objects.
|
MethodCall | Deprecated
- in favour of
ReplicableCommand instances. |
NodeData<K,V> |
Serializable representation of the data of a node (FQN and attributes)
|
NodeDataExceptionMarker | |
NodeDataMarker | |
RegionalizedMethodCall |
A regionalized MethodCall object, created when
Marshaller.regionalizedMethodCallFromByteBuffer(byte[]) or
Marshaller.regionalizedMethodCallFromObjectStream(java.io.ObjectInputStream) is called. |
RequestIgnoredResponse |
Indicates that the request was ignored,
|
UnmarshalledReferences |
An efficient array-based list of referenced objects, using the reference id as a subscript for the array.
|
VersionAwareMarshaller |
A delegate to various other marshallers like
CacheMarshaller200 . |
Exception | Description |
---|---|
InactiveRegionException |
Thrown by a
AbstractMarshaller instance when attempting to perform an operation on an inactive region. |
MarshallingException |
Thrown when there is an exception in marshalling.
|
RegionNameConflictException |
MarshRegion name conflicts with pre-existing regions.
|
RegionNotFoundException |
MarshRegion name not found.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.