Class AddressSerializer.JGroupsAddressFormatter
java.lang.Object
org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.Formatter<org.infinispan.remoting.transport.Address>
- Enclosing class:
AddressSerializer
@MetaInfServices(org.wildfly.clustering.marshalling.Formatter.class)
public static class AddressSerializer.JGroupsAddressFormatter
extends Object
implements org.wildfly.clustering.marshalling.Formatter<org.infinispan.remoting.transport.Address>
A formatter of a JGroups address.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.Formatter
org.wildfly.clustering.marshalling.Formatter.Identity, org.wildfly.clustering.marshalling.Formatter.Provided<T> -
Field Summary
Fields inherited from interface org.wildfly.clustering.marshalling.Formatter
IDENTITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Formatter
wrap
-
Constructor Details
-
JGroupsAddressFormatter
public JGroupsAddressFormatter()Creates a formatter.
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.wildfly.clustering.marshalling.Formatter<org.infinispan.remoting.transport.Address>
-
parse
- Specified by:
parsein interfaceorg.wildfly.clustering.marshalling.Formatter<org.infinispan.remoting.transport.Address>
-
format
- Specified by:
formatin interfaceorg.wildfly.clustering.marshalling.Formatter<org.infinispan.remoting.transport.Address>
-