| Package | Description |
|---|---|
| org.infinispan.remoting.inboundhandler | |
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalInboundInvocationHandler
InboundInvocationHandler implementation that handles all the ReplicableCommand. |
| Modifier and Type | Field and Description |
|---|---|
protected InboundInvocationHandler |
JGroupsTransport.globalHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
JGroupsTransport.initialize(StreamingMarshaller marshaller,
CacheManagerNotifier notifier,
GlobalComponentRegistry gcr,
TimeService timeService,
InboundInvocationHandler globalHandler,
ScheduledExecutorService timeoutExecutor)
Initializes the transport with global cache configuration and transport-specific properties.
|
| Constructor and Description |
|---|
CommandAwareRpcDispatcher(org.jgroups.Channel channel,
JGroupsTransport transport,
InboundInvocationHandler globalHandler,
ScheduledExecutorService timeoutExecutor,
TimeService timeService) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.