Uses of Class
org.jgroups.protocols.PingData
-
Packages that use PingData Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of PingData in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type PingData Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.List<PingData>>LOCAL_PING. discoveryMap of cluster names and address-protocol mappings.protected java.util.function.Consumer<PingData>Discovery. discovery_rsp_callbackprotected java.util.function.Consumer<PingData>MERGE3. discovery_rsp_cbprotected static java.util.function.Function<java.lang.String,java.util.List<PingData>>LOCAL_PING. FUNCMethods in org.jgroups.protocols that return PingData Modifier and Type Method Description PingDataPingData. coord(boolean c)protected static PingDataDiscovery. deserialize(byte[] data)PingDataPingData. mbrs(java.util.Collection<? extends Address> mbrs)protected PingDataDiscovery. readPingData(byte[] buffer, int offset, int length)PingDataPingData. server(boolean c)Methods in org.jgroups.protocols that return types with arguments of type PingData Modifier and Type Method Description java.util.function.Supplier<? extends PingData>PingData. create()static java.util.List<PingData>SHARED_LOOPBACK. getDiscoveryResponsesFor(java.lang.String cluster_name)protected java.util.List<PingData>Discovery. read(java.io.InputStream in)protected java.util.List<PingData>FILE_PING. read(java.io.File file)protected java.util.List<PingData>FILE_PING. read(java.io.InputStream in)Methods in org.jgroups.protocols with parameters of type PingData Modifier and Type Method Description protected voidDiscovery. addResponse(PingData rsp, boolean overwrite)protected voidDiscovery. handleDiscoveryResponse(PingData data, Address sender)protected voidJDBC_PING. insert(java.sql.Connection connection, PingData data, java.lang.String clustername, java.lang.String address)static BufferDiscovery. marshal(PingData data)protected voidMERGE3. sendInfoMessage(PingData data)protected byte[]Discovery. serializeWithoutView(PingData data)Creates a byte[] representation of the PingData, but DISCARDING the view it contains.protected voidJDBC_PING. writeToDB(PingData data, java.lang.String clustername, boolean overwrite)Method parameters in org.jgroups.protocols with type arguments of type PingData Modifier and Type Method Description voidTCPGOSSIP. members(java.util.List<PingData> mbrs)protected voidDiscovery. write(java.util.List<PingData> list, java.io.OutputStream out)protected voidFILE_PING. write(java.util.List<PingData> list, java.io.OutputStream out)protected voidFILE_PING. write(java.util.List<PingData> list, java.lang.String clustername)protected voidJDBC_PING. write(java.util.List<PingData> list, java.lang.String clustername)protected voidRACKSPACE_PING. write(java.util.List<PingData> list, java.lang.String clustername)protected voidS3_PING. write(java.util.List<PingData> list, java.lang.String clustername)Deprecated.protected voidSWIFT_PING. write(java.util.List<PingData> list, java.lang.String clustername) -
Uses of PingData in org.jgroups.stack
Methods in org.jgroups.stack that return types with arguments of type PingData Modifier and Type Method Description java.util.List<PingData>GossipData. getPingData()Methods in org.jgroups.stack with parameters of type PingData Modifier and Type Method Description voidGossipData. addPingData(PingData data)Method parameters in org.jgroups.stack with type arguments of type PingData Modifier and Type Method Description voidRouterStub.MembersNotification. members(java.util.List<PingData> mbrs)protected voidRouterStub. notifyResponse(java.lang.String group, java.util.List<PingData> list)voidGossipData. setPingData(java.util.List<PingData> mbrs)Constructor parameters in org.jgroups.stack with type arguments of type PingData Constructor Description GossipData(GossipType type, java.lang.String group, Address addr, java.util.List<PingData> ping_data)GossipData(GossipType type, java.lang.String group, Address addr, java.util.List<PingData> ping_data, PhysicalAddress physical_addr) -
Uses of PingData in org.jgroups.util
Fields in org.jgroups.util declared as PingData Modifier and Type Field Description protected PingData[]Responses.PingDataIterator. dataprotected PingData[]Responses. ping_rspsMethods in org.jgroups.util that return PingData Modifier and Type Method Description PingDataResponses. findResponseFrom(Address mbr)PingDataResponses.PingDataIterator. next()Methods in org.jgroups.util that return types with arguments of type PingData Modifier and Type Method Description java.util.Iterator<PingData>Responses. iterator()protected java.util.List<PingData>Responses. toList()Methods in org.jgroups.util with parameters of type PingData Modifier and Type Method Description protected voidResponses. add(PingData data)ResponsesResponses. addResponse(PingData rsp, boolean overwrite)protected intResponses. find(PingData data)Method parameters in org.jgroups.util with type arguments of type PingData Modifier and Type Method Description static java.lang.StringUtil. printPingData(java.util.List<PingData> rsps)Constructors in org.jgroups.util with parameters of type PingData Constructor Description PingDataIterator(PingData[] data, int end_index)
-