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 classJGroupsTopologyAwareAddressAn encapsulation of a JGroupsExtendedUUIDwith 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 JGroupsAddressJGroupsAddress.Externalizer. doReadObject(java.io.ObjectInput unmarshaller)Methods in org.infinispan.remoting.transport.jgroups that return types with arguments of type JGroupsAddress Modifier and Type Method Description java.util.Set<java.lang.Class<? extends JGroupsAddress>>JGroupsAddress.Externalizer. getTypeClasses()Methods in org.infinispan.remoting.transport.jgroups with parameters of type JGroupsAddress Modifier and Type Method Description voidJGroupsAddress.Externalizer. doWriteObject(java.io.ObjectOutput output, JGroupsAddress address)
-