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 PersistentUUIDPersistentUUID. fromString(java.lang.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(java.io.ObjectInput input)Methods in org.infinispan.topology that return types with arguments of type PersistentUUID Modifier and Type Method Description java.util.List<PersistentUUID>CacheTopology. getMembersPersistentUUIDs()java.util.Set<java.lang.Class<? extends PersistentUUID>>PersistentUUID.Externalizer. getTypeClasses()java.util.List<PersistentUUID>PersistentUUIDManager. mapAddresses(java.util.List<Address> addresses)Returns a list ofPersistentUUIDs for the suppliedAddressesjava.util.List<PersistentUUID>PersistentUUIDManagerImpl. mapAddresses(java.util.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(java.io.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, java.util.Optional<java.lang.Integer> persistentStateChecksum) -
Uses of PersistentUUID in org.infinispan.util
Methods in org.infinispan.util that return PersistentUUID Modifier and Type Method Description PersistentUUIDAbstractControlledLocalTopologyManager. getPersistentUUID()
-