Package | Description |
---|---|
org.infinispan.manager |
Cache manager API.
|
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ClusterExecutionPolicy.include(TopologyAwareAddress thisAddress,
TopologyAwareAddress otherAddress) |
Modifier and Type | Method and Description |
---|---|
boolean |
TopologyAwareAddress.isSameMachine(TopologyAwareAddress addr) |
boolean |
TopologyAwareAddress.isSameRack(TopologyAwareAddress addr) |
boolean |
TopologyAwareAddress.isSameSite(TopologyAwareAddress addr) |
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTopologyAwareAddress
An encapsulation of a JGroups
ExtendedUUID with a site id, a rack id, and a machine id. |
Modifier and Type | Method and Description |
---|---|
boolean |
JGroupsTopologyAwareAddress.isSameMachine(TopologyAwareAddress addr) |
boolean |
JGroupsTopologyAwareAddress.isSameRack(TopologyAwareAddress addr) |
boolean |
JGroupsTopologyAwareAddress.isSameSite(TopologyAwareAddress addr) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.