Class AddressSerializer.JGroupsAddressFormatter
java.lang.Object
org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
- All Implemented Interfaces:
Formatter<org.infinispan.remoting.transport.Address>
- Enclosing class:
AddressSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from interface Formatter
Formatter.Identity, Formatter.Provided<T> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(org.infinispan.remoting.transport.Address address) Formats the specified key to a string representation.Class<? extends org.infinispan.remoting.transport.Address> getType()Returns the type of the formatted object.org.infinispan.remoting.transport.AddressParses the key from the specified string.
-
Constructor Details
-
JGroupsAddressFormatter
public JGroupsAddressFormatter()Creates a formatter.
-
-
Method Details