Uses of Class
org.infinispan.topology.PersistentUUID
-
Packages that use PersistentUUID Package Description 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. -
-
Uses of PersistentUUID in org.infinispan.topology
Methods in org.infinispan.topology that return PersistentUUID Modifier and Type Method Description static PersistentUUID
PersistentUUID. fromString(String name)
PersistentUUID
PersistentUUIDManager. getPersistentUuid(Address address)
Retrieves thePersistentUUID
of a node given itsAddress
PersistentUUID
PersistentUUIDManagerImpl. getPersistentUuid(Address address)
PersistentUUID
CacheJoinInfo. getPersistentUUID()
PersistentUUID
LocalTopologyManager. getPersistentUUID()
Returns the local UUID of this node.PersistentUUID
LocalTopologyManagerImpl. getPersistentUUID()
static PersistentUUID
PersistentUUID. randomUUID()
PersistentUUID
PersistentUUID.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.topology that return types with arguments of type PersistentUUID Modifier and Type Method Description List<PersistentUUID>
CacheTopology. getMembersPersistentUUIDs()
Set<Class<? extends PersistentUUID>>
PersistentUUID.Externalizer. getTypeClasses()
List<PersistentUUID>
PersistentUUIDManager. mapAddresses(List<Address> addresses)
Returns a list ofPersistentUUID
s for the suppliedAddress
esList<PersistentUUID>
PersistentUUIDManagerImpl. mapAddresses(List<Address> addresses)
Methods in org.infinispan.topology with parameters of type PersistentUUID Modifier and Type Method Description void
PersistentUUIDManager. addPersistentAddressMapping(Address address, PersistentUUID persistentUUID)
Adds a mapping between anAddress
and aPersistentUUID
void
PersistentUUIDManagerImpl. addPersistentAddressMapping(Address address, PersistentUUID persistentUUID)
Address
PersistentUUIDManager. getAddress(PersistentUUID persistentUUID)
Retrieves theAddress
of a node given itsPersistentUUID
Address
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 PersistentUUID Constructor Description CacheJoinInfo(ConsistentHashFactory consistentHashFactory, Hash hashFunction, int numSegments, int numOwners, long timeout, boolean totalOrder, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)
-
Uses of PersistentUUID in org.infinispan.util
Methods in org.infinispan.util that return PersistentUUID Modifier and Type Method Description PersistentUUID
AbstractControlledLocalTopologyManager. getPersistentUUID()
-