Uses of Class
org.infinispan.remoting.transport.jgroups.JGroupsAddress
-
Packages that use JGroupsAddress Package Description org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups. -
-
Uses of JGroupsAddress in org.infinispan.remoting.transport.jgroups
Subclasses of JGroupsAddress in org.infinispan.remoting.transport.jgroups Modifier and Type Class Description class
JGroupsTopologyAwareAddress
An encapsulation of a JGroupsExtendedUUID
with a site id, a rack id, and a machine id.Methods in org.infinispan.remoting.transport.jgroups that return JGroupsAddress Modifier and Type Method Description JGroupsAddress
JGroupsAddress.Externalizer. doReadObject(ObjectInput unmarshaller)
Methods in org.infinispan.remoting.transport.jgroups that return types with arguments of type JGroupsAddress Modifier and Type Method Description Set<Class<? extends JGroupsAddress>>
JGroupsAddress.Externalizer. getTypeClasses()
Methods in org.infinispan.remoting.transport.jgroups with parameters of type JGroupsAddress Modifier and Type Method Description void
JGroupsAddress.Externalizer. doWriteObject(ObjectOutput output, JGroupsAddress address)
-