Uses of Class
org.infinispan.topology.PersistentUUID
-
Packages that use PersistentUUID Package Description org.infinispan.topology -
-
Uses of PersistentUUID in org.infinispan.topology
Methods in org.infinispan.topology that return PersistentUUID Modifier and Type Method Description static PersistentUUIDPersistentUUID. fromString(String name)PersistentUUIDPersistentUUIDManager. getPersistentUuid(Address address)Retrieves thePersistentUUIDof a node given itsAddressPersistentUUIDPersistentUUIDManagerImpl. getPersistentUuid(Address address)PersistentUUIDCacheJoinInfo. getPersistentUUID()PersistentUUIDLocalTopologyManager. getPersistentUUID()Returns the local UUID of this node.PersistentUUIDLocalTopologyManagerImpl. getPersistentUUID()static PersistentUUIDPersistentUUID. randomUUID()PersistentUUIDPersistentUUID.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 ofPersistentUUIDs for the suppliedAddressesList<PersistentUUID>PersistentUUIDManagerImpl. mapAddresses(List<Address> addresses)Methods in org.infinispan.topology with parameters of type PersistentUUID Modifier and Type Method Description voidPersistentUUIDManager. addPersistentAddressMapping(Address address, PersistentUUID persistentUUID)Adds a mapping between anAddressand aPersistentUUIDvoidPersistentUUIDManagerImpl. addPersistentAddressMapping(Address address, PersistentUUID persistentUUID)AddressPersistentUUIDManager. getAddress(PersistentUUID persistentUUID)Retrieves theAddressof a node given itsPersistentUUIDAddressPersistentUUIDManagerImpl. getAddress(PersistentUUID persistentUUID)voidPersistentUUIDManager. removePersistentAddressMapping(PersistentUUID persistentUUID)Removes any address mapping for the specifiedPersistentUUIDvoidPersistentUUIDManagerImpl. removePersistentAddressMapping(PersistentUUID persistentUUID)voidPersistentUUID.Externalizer. writeObject(ObjectOutput output, PersistentUUID uuid)Constructors in org.infinispan.topology with parameters of type PersistentUUID Constructor Description CacheJoinInfo(ConsistentHashFactory consistentHashFactory, int numSegments, int numOwners, long timeout, CacheMode cacheMode, float capacityFactor, PersistentUUID persistentUUID, Optional<Integer> persistentStateChecksum)
-