Uses of Record Class
org.infinispan.remoting.transport.PhysicalAddress
Packages that use PhysicalAddress
Package
Description
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of PhysicalAddress in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return types with arguments of type PhysicalAddressModifier and TypeMethodDescriptionAbstractDelegatingTransport.getMembersPhysicalAddresses()
Transport.getMembersPhysicalAddresses()
Returns physical addresses of members in the current cluster view.AbstractDelegatingTransport.getPhysicalAddresses()
Transport.getPhysicalAddresses()
Retrieves the current cache instance's physical network addresses. -
Uses of PhysicalAddress in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that return types with arguments of type PhysicalAddressModifier and TypeMethodDescriptionJGroupsTransport.getMembersPhysicalAddresses()
JGroupsTransport.getPhysicalAddresses()
-
Uses of PhysicalAddress in org.infinispan.server.resp.commands.cluster
Methods in org.infinispan.server.resp.commands.cluster that return PhysicalAddressModifier and TypeMethodDescriptionstatic PhysicalAddress
CLUSTER.findPhysicalAddress
(EmbeddedCacheManager ecm) -
Uses of PhysicalAddress in org.infinispan.util.logging
Method parameters in org.infinispan.util.logging with type arguments of type PhysicalAddressModifier and TypeMethodDescriptionfinal void
Log_$logger.localAndPhysicalAddress
(String cluster, Address address, List<PhysicalAddress> physicalAddresses)