Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AddressGroupMemberFormatter() - Constructor for class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer.AddressGroupMemberFormatter
- AddressMarshaller - Enum Class in org.wildfly.clustering.server.jgroups
-
Marshallers for the fields of an
Address. - AddressSerializer - Enum Class in org.wildfly.clustering.server.jgroups
-
Serializer for a JGroups
Address.
C
- ChannelCommandDispatcherFactory - Interface in org.wildfly.clustering.server.jgroups.dispatcher
- ChannelGroup - Interface in org.wildfly.clustering.server.jgroups
- ChannelGroupMember - Interface in org.wildfly.clustering.server.jgroups
- ChannelGroupMemberFactory - Interface in org.wildfly.clustering.server.jgroups
- ChannelGroupMemberSerializer - Enum Class in org.wildfly.clustering.server.jgroups
-
Marshalling externalizer for an
JChannelGroupMember. - ChannelGroupMemberSerializer.AddressGroupMemberFormatter - Class in org.wildfly.clustering.server.jgroups
- close() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher
- close() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- close() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- CommandDispatcherContext<CC,
MC> - Interface in org.wildfly.clustering.server.jgroups.dispatcher -
Encapsulates context of a command dispatcher.
- CommandDispatcherMarshaller<C,
MC> - Class in org.wildfly.clustering.server.jgroups.dispatcher -
Marshaller for commands.
- CommandDispatcherMarshaller(ByteBufferMarshaller, Object, MarshalledValueFactory<MC>) - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherMarshaller
- CommandDispatcherRequestCorrelator - Class in org.wildfly.clustering.server.jgroups.dispatcher
- CommandDispatcherRequestCorrelator(JChannel, RequestHandler, JChannelCommandDispatcherFactoryConfiguration) - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherRequestCorrelator
- CommandDispatcherSerializationContextInitializer - Class in org.wildfly.clustering.server.jgroups.dispatcher
-
SerializationContextInitializerfor this package. - CommandDispatcherSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherSerializationContextInitializer
- CommandMarshaller<C> - Interface in org.wildfly.clustering.server.jgroups.dispatcher
-
Marshalling strategy for a command.
- compareTo(GroupMember<Address>) - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- completeExceptionally(Throwable) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
- createCommandDispatcher(Object, C, ClassLoader) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- createInitialValue() - Method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
D
- dispatch(Message, RequestCorrelator.Header) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherRequestCorrelator
- dispatchToGroup(Command<R, ? super CC, E>, Set<ChannelGroupMember>) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher
- dispatchToMember(Command<R, ? super CC, E>, ChannelGroupMember) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher
E
- equals(Object) - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- equals(Object) - Method in class org.wildfly.clustering.server.jgroups.ViewMembership
G
- get() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
- getAddress() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- getChannel() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
- getCommandContext() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherContext
- getContext() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher
- getContextualizer() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherContext
- getCoordinatorIndex() - Method in class org.wildfly.clustering.server.jgroups.ViewMembership
- getFields() - Method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
- getGroup() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory
- getGroup() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- getGroupMemberFactory() - Method in interface org.wildfly.clustering.server.jgroups.ChannelGroup
- getGroupMemberFactory() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- getLocalMember() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- getMarshalledValueFactory() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherContext
- getMarshaller() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
- getMarshallerFactory() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
- getMembers() - Method in class org.wildfly.clustering.server.jgroups.ViewMembership
- getMembership() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- getName() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- getName() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- getUnknownForkPredicate() - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactoryConfiguration
H
- handle(Message) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- handle(Message, Response) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- hashCode() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- hashCode() - Method in class org.wildfly.clustering.server.jgroups.ViewMembership
I
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.jgroups.AddressSerializer
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer
- isSingleton() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
J
- JChannelCommandDispatcher<CC,
MC> - Class in org.wildfly.clustering.server.jgroups.dispatcher -
MessageDispatcher-based command dispatcher.
- JChannelCommandDispatcher(CC, MessageDispatcher, CommandMarshaller<CC>, MC, ChannelGroup, Duration, Runnable) - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcher
- JChannelCommandDispatcherFactory - Class in org.wildfly.clustering.server.jgroups.dispatcher
-
MessageDispatcherbasedCommandDispatcherFactory. - JChannelCommandDispatcherFactory(JChannelCommandDispatcherFactoryConfiguration) - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
- JChannelCommandDispatcherFactoryConfiguration - Interface in org.wildfly.clustering.server.jgroups.dispatcher
-
Configuration for a
JChannelCommandDispatcherFactory. - JChannelGroup - Class in org.wildfly.clustering.server.jgroups
- JChannelGroup(JChannel) - Constructor for class org.wildfly.clustering.server.jgroups.JChannelGroup
- JChannelGroupMember - Class in org.wildfly.clustering.server.jgroups
- JChannelGroupMember(Address) - Constructor for class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- JGroupsServerSerializationContextInitializer - Class in org.wildfly.clustering.server.jgroups
-
SerializationContextInitializerfor this package. - JGroupsServerSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.jgroups.JGroupsServerSerializationContextInitializer
- join() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
M
- marshal(Command<R, ? super C, E>) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherMarshaller
- marshal(Command<R, ? super C, E>) - Method in interface org.wildfly.clustering.server.jgroups.dispatcher.CommandMarshaller
-
Marshals the specified command to a byte[].
N
- NO_SUCH_SERVICE - Enum constant in enum class org.wildfly.clustering.server.jgroups.dispatcher.ServiceResponse
O
- org.wildfly.clustering.server.jgroups - package org.wildfly.clustering.server.jgroups
- org.wildfly.clustering.server.jgroups.dispatcher - package org.wildfly.clustering.server.jgroups.dispatcher
R
- read(DataInput) - Method in enum class org.wildfly.clustering.server.jgroups.AddressSerializer
- read(DataInput) - Method in enum class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer
- readFrom(ProtoStreamReader, int, WireType, Address) - Method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
- receiveResponse(Object, Address, boolean) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
- register(GroupMembershipListener<ChannelGroupMember>) - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherSerializationContextInitializer
- run() - Method in class org.wildfly.clustering.server.jgroups.dispatcher.JChannelCommandDispatcherFactory
S
- send(Message) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
- sendReply(Message, long, Object, boolean) - Method in class org.wildfly.clustering.server.jgroups.dispatcher.CommandDispatcherRequestCorrelator
- ServiceRequest<T,
C> - Class in org.wildfly.clustering.server.jgroups.dispatcher -
Translates a
ServiceResponseresponse to aCancellationException. - ServiceRequest(RequestCorrelator, Address, RequestOptions, C) - Constructor for class org.wildfly.clustering.server.jgroups.dispatcher.ServiceRequest
- ServiceResponse - Enum Class in org.wildfly.clustering.server.jgroups.dispatcher
-
Simple object that indicates that no service is registered on the group member for which to execute the remote command.
T
- toString() - Method in class org.wildfly.clustering.server.jgroups.JChannelGroupMember
- toString() - Method in class org.wildfly.clustering.server.jgroups.ViewMembership
V
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.jgroups.AddressSerializer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.jgroups.dispatcher.ServiceResponse
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.jgroups.AddressSerializer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.jgroups.dispatcher.ServiceResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- viewAccepted(View) - Method in class org.wildfly.clustering.server.jgroups.JChannelGroup
- ViewMembership - Class in org.wildfly.clustering.server.jgroups
-
A group membership based on a JGroups view.
- ViewMembership(View, ChannelGroupMemberFactory) - Constructor for class org.wildfly.clustering.server.jgroups.ViewMembership
W
- write(DataOutput, Address) - Method in enum class org.wildfly.clustering.server.jgroups.AddressSerializer
- write(DataOutput, JChannelGroupMember) - Method in enum class org.wildfly.clustering.server.jgroups.ChannelGroupMemberSerializer
- writeTo(ProtoStreamWriter, Address) - Method in enum class org.wildfly.clustering.server.jgroups.AddressMarshaller
All Classes and Interfaces|All Packages|Serialized Form