Uses of Class
org.jgroups.protocols.TP
Packages that use TP
Package
Description
Provides building blocks that are layered on top of channels.
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 TP in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type TPModifier and TypeMethodDescriptionvoidRequestCorrelator.registerProbeHandler(TP transport) voidRequestCorrelator.unregisterProbeHandler(TP transport) -
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocolsModifier and TypeClassDescriptionclassShared base class for TCP protocolsclassLoopback transport shared by all channels within the same VM.classBare-bones thread-per-connection TCP-based transport.classTCP based protocol.classProtocol using TCP/IP to send and receive messages.classReplacement for UDP.classIP multicast transport based on UDP.Fields in org.jgroups.protocols declared as TPModifier and TypeFieldDescriptionprotected TPBARRIER.transportprotected TPBaseBundler.transportprivate TPCOUNTER.transportprotected TPDAISYCHAIN.transportprotected TPDiscovery.transportprotected TPNoBundler.transportprotected TPPerDestinationBundler.transportprotected TPTransferQueueBundler2.transportMethods in org.jgroups.protocols with type parameters of type TPModifier and TypeMethodDescription<T extends TP>
T<T extends TP>
T<T extends TP>
T<T extends TP>
TTP.enableBlockingTimerTasks(boolean flag) <T extends TP>
TTP.enableDiagnostics()<T extends TP>
TTP.isTrace(boolean i) <T extends TP>
TTP.logDiscardMsgs(boolean l) <T extends TP>
TTP.logDiscardMsgsVersion(boolean l) <T extends TP>
TTP.loopbackCopy(boolean l) <T extends TP>
TTP.loopbackSeparateThread(boolean l) <T extends TP>
TTP.receiveOnAllInterfaces(boolean r) <T extends TP>
TTP.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) <T extends TP>
TTP.setAsyncExecutor(AsyncExecutor<Object> e) <T extends TP>
TTP.setBindAddr(InetAddress b) <T extends TP>
TTP.setBindAddress(InetAddress a) <T extends TP>
TTP.setBindPort(int port) <T extends TP>
TTP.setBindToAllInterfaces(boolean f) <T extends TP>
TTP.setBundler(Bundler bundler) Installs a bundler<T extends TP>
TTP.setBundlerType(String b) <T extends TP>
TTP.setDiagnosticsHandler(DiagnosticsHandler handler) Sets aDiagnosticsHandler.<T extends TP>
TTP.setExternalAddr(InetAddress e) <T extends TP>
TTP.setExternalPort(int e) <T extends TP>
TTP.setLocalTransport(String tp_class) <T extends TP>
T<T extends TP>
TTP.setLogDiscardMessages(boolean flag) <T extends TP>
TTP.setLogDiscardMessagesVersion(boolean f) <T extends TP>
TTP.setLogicalAddrCacheExpiration(long l) <T extends TP>
TTP.setLogicalAddrCacheMaxSize(int l) <T extends TP>
TTP.setLogicalAddrCacheReaperInterval(long l) <T extends TP>
T<T extends TP>
TTP.setMsgFactoryClass(String m) <T extends TP>
TTP.setPortRange(int range) <T extends TP>
TTP.setSuppressTimeDifferentClusterWarnings(long s) <T extends TP>
TTP.setSuppressTimeDifferentVersionWarnings(long s) <T extends TP>
TTP.setThreadFactory(ThreadFactory factory) <T extends TP>
TTP.setThreadPool(Executor thread_pool) <T extends TP>
TTP.setTimer(TimeScheduler timer) Sets a new timer.<T extends TP>
TTP.setTimeService(TimeService ts) <T extends TP>
TTP.setTimeServiceInterval(long t) <T extends TP>
TTP.setWhoHasCacheTimeout(long w) <T extends TP>
T<T extends TP>
TTP.useVirtualThreads(boolean b) Methods in org.jgroups.protocols with parameters of type TPModifier and TypeMethodDescriptionprivate TransferQueueBundler2.BufferTransferQueueBundler2.Buffer.addMessage(Message msg, TP transport) voidvoiddefault voidCalled after creation of the bundlerCalls after the local transport has been created.voidvoidvoidvoidvoidvoidvoidvoidprivate TransferQueueBundler2.Buffer -
Uses of TP in org.jgroups.stack
Methods in org.jgroups.stack that return TPModifier and TypeMethodDescriptionProtocol.getTransport()ProtocolStack.getTransport()Returns the bottom most protocolMethods in org.jgroups.stack with parameters of type TP -
Uses of TP in org.jgroups.tests
Fields in org.jgroups.tests with type parameters of type TPMethods in org.jgroups.tests with parameters of type TPModifier and TypeMethodDescriptionprotected static JChannelInfinispanStackMerge3Test.createChannel(TP transport, String name) -
Uses of TP in org.jgroups.util
Fields in org.jgroups.util declared as TPMethods in org.jgroups.util that return TPMethods in org.jgroups.util with parameters of type TP