Uses of Class
org.jgroups.util.Runner
-
Packages that use Runner 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 Runner in org.jgroups.protocols
Fields in org.jgroups.protocols declared as Runner Modifier and Type Field Description protected Runner
RingBufferBundler. bundler_thread
protected Runner
RingBufferBundlerLockless. bundler_thread
protected Runner
RingBufferBundlerLockless2. bundler_thread
protected Runner
CENTRAL_LOCK2. req_handler
protected Runner
RemoveQueueBundler. runner
protected Runner
SimpleTCP.Acceptor. runner
protected Runner
SimpleTCP.Connection. runner
protected Runner
SSL_KEY_EXCHANGE. srv_sock_handler
-
Uses of Runner in org.jgroups.stack
Fields in org.jgroups.stack declared as Runner Modifier and Type Field Description protected Runner
DiagnosticsHandler. tcp_runner
protected Runner
DiagnosticsHandler. udp_runner
-
Uses of Runner in org.jgroups.util
Methods in org.jgroups.util that return Runner Modifier and Type Method Description Runner
Runner. daemon(boolean d)
Runner
Runner. setJoinTimeout(long t)
Runner
Runner. start()
Runner
Runner. stop()
Runner
Runner. threadName(java.lang.String n)
-