Uses of Class
org.jgroups.protocols.PingData
Packages that use PingData
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
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 PingDataModifier and TypeFieldDescriptionLOCAL_PING.discoveryMap of cluster names and address-protocol mappings.Discovery.discovery_rsp_callbackMERGE3.discovery_rsp_cbLOCAL_PING.FUNCMethods in org.jgroups.protocols that return PingDataModifier and TypeMethodDescriptionPingData.coord(boolean c) PingData.mbrs(Collection<? extends Address> mbrs) PingData.server(boolean c) Methods in org.jgroups.protocols that return types with arguments of type PingDataModifier and TypeMethodDescriptionPingData.create()Discovery.deserialize(byte[] data, int offset, int length) SHARED_LOOPBACK.getDiscoveryResponsesFor(String cluster_name) Discovery.read(InputStream in) FILE_PING.read(InputStream in) JDBC_PING2.readFromDB(String cluster) Discovery.readPingData(byte[] buffer, int offset, int length) Methods in org.jgroups.protocols with parameters of type PingDataModifier and TypeMethodDescriptionprotected voidDiscovery.addResponse(PingData rsp, boolean overwrite) protected voidJDBC_PING2.callInsertStoredProcedure(Connection connection, PingData data, String clustername) protected voidDiscovery.handleDiscoveryResponse(PingData data, Address sender) protected voidJDBC_PING.insert(Connection connection, PingData data, String clustername, String address) protected voidJDBC_PING2.insert(Connection connection, PingData data, String clustername) static ByteArraystatic ByteArrayprotected voidMERGE3.sendInfoMessage(PingData data) protected ByteArrayDiscovery.serializeWithoutView(PingData data) Creates a byte[] representation of the PingData, but DISCARDING the view it contains.protected voidprotected voidMethod parameters in org.jgroups.protocols with type arguments of type PingDataModifier and TypeMethodDescriptionprotected voidDiscovery.handleDiscoveryResponse(List<PingData> data, Address sender) static ByteArrayvoidprotected static Stringprotected voidDiscovery.sendDiscoveryResponse(List<PingData> list, Address sender) protected voidDiscovery.write(List<PingData> list, OutputStream out) protected voidFILE_PING.write(List<PingData> list, OutputStream out) protected voidprotected voidprotected voidprotected voidprotected void -
Uses of PingData in org.jgroups.protocols.pbcast
Method parameters in org.jgroups.protocols.pbcast with type arguments of type PingData -
Uses of PingData in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type PingDataMethods in org.jgroups.stack that return types with arguments of type PingDataMethods in org.jgroups.stack with parameters of type PingDataMethod parameters in org.jgroups.stack with type arguments of type PingDataModifier and TypeMethodDescriptionvoidprotected voidRouterStub.notifyResponse(String group, List<PingData> list) GossipData.setPingData(List<PingData> mbrs) Constructor parameters in org.jgroups.stack with type arguments of type PingDataModifierConstructorDescriptionGossipData(GossipType type, String group, Address addr, List<PingData> ping_data) GossipData(GossipType type, String group, Address addr, List<PingData> ping_data, PhysicalAddress physical_addr) -
Uses of PingData in org.jgroups.tests
Method parameters in org.jgroups.tests with type arguments of type PingData -
Uses of PingData in org.jgroups.util
Fields in org.jgroups.util declared as PingDataModifier and TypeFieldDescriptionprotected final PingData[]Responses.PingDataIterator.dataprotected PingData[]Responses.ping_rspsMethods in org.jgroups.util that return PingDataModifier and TypeMethodDescriptionResponses.findResponseFrom(Address mbr) Responses.PingDataIterator.next()Methods in org.jgroups.util that return types with arguments of type PingDataMethods in org.jgroups.util with parameters of type PingDataModifier and TypeMethodDescriptionprotected voidResponses.addResponse(PingData rsp, boolean overwrite) protected intConstructors in org.jgroups.util with parameters of type PingData