Package | Description |
---|---|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.topology | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
static PersistentUUID |
JGroupsAddressCache.getPersistentUUID(Object address) |
Modifier and Type | Method and Description |
---|---|
static Address |
JGroupsAddressCache.fromPersistentUUID(PersistentUUID uuid) |
static void |
JGroupsAddressCache.putAddressPersistentUUID(Object address,
PersistentUUID uuid) |
Modifier and Type | Method and Description |
---|---|
static PersistentUUID |
PersistentUUID.fromString(String name) |
PersistentUUID |
LocalTopologyManagerImpl.getPersistentUUID() |
PersistentUUID |
LocalTopologyManager.getPersistentUUID()
Returns the local UUID of this node.
|
static PersistentUUID |
PersistentUUID.randomUUID() |
Modifier and Type | Method and Description |
---|---|
PersistentUUID |
AbstractControlledLocalTopologyManager.getPersistentUUID() |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.