Interface | Description |
---|---|
ClassLoaderProvider |
Used for AS7-2496 workaround
|
ClusteringApiLogger |
Date: 26.08.2011
|
ClusteringApiMessages |
Date: 26.08.2011
|
ClusterNode |
Abstract identifier for a member of an @{link HAPartition}.
|
GroupCommunicationService |
Abstraction of a server that provides group communication services to a set of nodes that share a common group communication
infrastructure.
|
GroupMembershipListener |
Listener for notifications issued when a new node joins the cluster or an existing node leaves the cluster (or simply dies).
|
GroupMembershipNotifier |
Allows an application to register for notifications when the group membership changes.
|
GroupRpcDispatcher |
Provide Remote Procedure Call services to a set of nodes that share a common group communication infrastructure.
|
GroupStateTransferService |
A GroupCommunicationService that is able to help applications provide current service state to newly joined group members.
|
MarshalledValue<T,C> | |
MarshalledValueFactory<C> | |
ResponseFilter |
Interface defining when a group request is done, allowing early termination of a group request based on logic implemented by
the caller.
|
SerializableStateTransferResult |
A
StateTransferResult that returns the state in deserialized form. |
StateTransferProvider |
Interface implemented by
GroupCommunicationService users that wish can provide application state to newly joining
group members. |
StateTransferResult |
Base interface encapsulating the result of a state transfer request.
|
StateTransferStreamProvider |
Extends
StateTransferProvider to add the capability of providing state by pushing it to an OutputStream. |
StreamStateTransferResult |
A
StateTransferResult that returns the state as an input stream. |
Class | Description |
---|---|
ClassLoaderAwareClassResolver |
ClassResolver decorator with a simple class loader attachment.
|
HashableMarshalledValue<T> |
Like
SimpleMarshalledValue , but also serializes the underlying object's hash code,
so that this object can still be hashed, even if deserialized, but not yet rehydrated. |
HashableMarshalledValueFactory | |
MarshallingContext | |
SimpleClassResolver |
Used for AS7-2496 workaround
|
SimpleMarshalledValue<T> |
A non-hashable marshalled value, that is lazily serialized, but only deserialized on demand.
|
SimpleMarshalledValueFactory |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.