Uses of Class
org.infinispan.topology.PersistentUUID
Packages that use PersistentUUID
-
Uses of PersistentUUID in org.infinispan.topology
Methods in org.infinispan.topology that return PersistentUUIDModifier and TypeMethodDescriptionstatic PersistentUUID
PersistentUUID.fromString
(String name) PersistentUUIDManager.getPersistentUuid
(Address address) Retrieves thePersistentUUID
of a node given itsAddress
PersistentUUIDManagerImpl.getPersistentUuid
(Address address) CacheJoinInfo.getPersistentUUID()
LocalTopologyManager.getPersistentUUID()
Returns the local UUID of this node.LocalTopologyManagerImpl.getPersistentUUID()
static PersistentUUID
PersistentUUID.randomUUID()
PersistentUUID.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.topology that return types with arguments of type PersistentUUIDModifier and TypeMethodDescriptionCacheTopology.getMembersPersistentUUIDs()
Set
<Class<? extends PersistentUUID>> PersistentUUID.Externalizer.getTypeClasses()
PersistentUUIDManager.mapAddresses
(List<Address> addresses) Returns a list ofPersistentUUID
s for the suppliedAddress
esPersistentUUIDManagerImpl.mapAddresses
(List<Address> addresses) Methods in org.infinispan.topology with parameters of type PersistentUUIDModifier and TypeMethodDescriptionvoid
PersistentUUIDManager.addPersistentAddressMapping
(Address address, PersistentUUID persistentUUID) Adds a mapping between anAddress
and aPersistentUUID
void
PersistentUUIDManagerImpl.addPersistentAddressMapping
(Address address, PersistentUUID persistentUUID) PersistentUUIDManager.getAddress
(PersistentUUID persistentUUID) Retrieves theAddress
of a node given itsPersistentUUID
PersistentUUIDManagerImpl.getAddress
(PersistentUUID persistentUUID) void
PersistentUUIDManager.removePersistentAddressMapping
(PersistentUUID persistentUUID) Removes any address mapping for the specifiedPersistentUUID
void
PersistentUUIDManagerImpl.removePersistentAddressMapping
(PersistentUUID persistentUUID) void
PersistentUUID.Externalizer.writeObject
(ObjectOutput output, PersistentUUID uuid) Constructors in org.infinispan.topology with parameters of type PersistentUUIDModifierConstructorDescriptionCacheJoinInfo
(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)