Uses of Class
org.jgroups.protocols.TP
-
Packages that use TP Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.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 TP in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type TP Modifier and Type Method Description void
RequestCorrelator. registerProbeHandler(TP transport)
void
RequestCorrelator. unregisterProbeHandler(TP transport)
-
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocols Modifier and Type Class Description class
BasicTCP
Shared base class for TCP protocolsclass
SHARED_LOOPBACK
Loopback transport shared by all channels within the same VM.class
SimpleTCP
Bare-bones thread-per-connection TCP-based transport.class
TCP
TCP based protocol.class
TCP_NIO2
Protocol using TCP/IP to send and receive messages.class
TUNNEL
Replacement for UDP.class
UDP
IP multicast transport based on UDP.Fields in org.jgroups.protocols declared as TP Modifier and Type Field Description protected TP
BARRIER. transport
protected TP
BaseBundler. transport
protected TP
Discovery. transport
protected TP
NoBundler. transport
Methods in org.jgroups.protocols with type parameters of type TP Modifier and Type Method Description <T extends TP>
TTP. bundler(java.lang.String type)
<T extends TP>
TTP. bundlerNumSpins(int spins)
<T extends TP>
TTP. bundlerWaitStrategy(java.lang.String strategy)
<T extends TP>
TTP. clearDifferentClusterCache()
<T extends TP>
TTP. clearDifferentVersionCache()
<T extends TP>
TTP. diagEnableTcp(boolean f)
<T extends TP>
TTP. diagEnableUdp(boolean f)
<T extends TP>
TTP. enableBlockingTimerTasks(boolean flag)
<T extends TP>
TTP. incrBatchesSent(int delta)
<T extends TP>
TTP. incrNumSingleMsgsSent(int d)
<T extends TP>
TTP. registerProbeHandler(DiagnosticsHandler.ProbeHandler handler)
<T extends TP>
TTP. setBindAddress(java.net.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. setBundlerCapacity(int c)
<T extends TP>
TTP. setDiagnosticsEnabled(boolean f)
<T extends TP>
TTP. setDiagnosticsHandler(DiagnosticsHandler handler)
Sets aDiagnosticsHandler
.<T extends TP>
TTP. setDropWhenFull(boolean b)
<T extends TP>
TTP. setInternalThreadPool(java.util.concurrent.Executor thread_pool)
<T extends TP>
TTP. setInternalThreadPoolThreadFactory(ThreadFactory factory)
<T extends TP>
TTP. setLogDiscardMessages(boolean flag)
<T extends TP>
TTP. setLogDiscardMessagesVersion(boolean f)
<T extends TP>
TTP. setMaxBundleSize(int size)
<T extends TP>
TUDP. setMaxBundleSize(int size)
<T extends TP>
TTP. setPortRange(int range)
<T extends TP>
TTP. setThreadDumpsThreshold(int t)
<T extends TP>
TTP. setThreadFactory(ThreadFactory factory)
<T extends TP>
TTP. setThreadPool(java.util.concurrent.Executor thread_pool)
<T extends TP>
TTP. setThreadPoolKeepAliveTime(long time)
<T extends TP>
TTP. setThreadPoolMaxThreads(int size)
<T extends TP>
TTP. setThreadPoolMinThreads(int size)
<T extends TP>
TTP. setThreadPoolThreadFactory(ThreadFactory factory)
<T extends TP>
TTP. setTimer(TimeScheduler timer)
Sets a new timer.<T extends TP>
TTP. setTimeService(TimeService ts)
<T extends TP>
TTP. unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler)
Methods in org.jgroups.protocols with parameters of type TP Modifier and Type Method Description void
BaseBundler. init(TP transport)
default void
Bundler. init(TP transport)
Called after creation of the bundlervoid
NoBundler. init(TP transport)
void
RemoveQueueBundler. init(TP transport)
void
RingBufferBundler. init(TP transport)
void
RingBufferBundlerLockless. init(TP transport)
void
RingBufferBundlerLockless2. init(TP transport)
void
TransferQueueBundler. init(TP tp)
-
Uses of TP in org.jgroups.stack
Fields in org.jgroups.stack declared as TP Modifier and Type Field Description protected TP
DiagnosticsHandler. transport
Methods in org.jgroups.stack that return TP Modifier and Type Method Description protected TP
Protocol. getTransport()
TP
ProtocolStack. getTransport()
Returns the bottom most protocolTP
DiagnosticsHandler. transport()
Methods in org.jgroups.stack with parameters of type TP Modifier and Type Method Description void
MessageProcessingPolicy. init(TP transport)
Called after creation.DiagnosticsHandler
DiagnosticsHandler. transport(TP tp)
-
Uses of TP in org.jgroups.util
Fields in org.jgroups.util declared as TP Modifier and Type Field Description protected TP
SubmitToThreadPool. tp
Methods in org.jgroups.util with parameters of type TP Modifier and Type Method Description void
MaxOneThreadPerSender. init(TP transport)
void
SubmitToThreadPool. init(TP transport)
-