|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.TP
org.jgroups.jmx.protocols.TCP
org.jgroups.jmx.protocols.TCP_NIO
public class TCP_NIO
Constructor Summary | |
---|---|
TCP_NIO()
|
|
TCP_NIO(Protocol p)
|
Method Summary | |
---|---|
void |
attachProtocol(Protocol p)
|
long |
getProcessorKeepAliveTime()
|
int |
getProcessorMaxThreads()
|
int |
getProcessorMinThreads()
|
int |
getProcessorQueueSize()
|
int |
getProcessorThreads()
|
int |
getReaderThreads()
|
int |
getWriterThreads()
|
Methods inherited from class org.jgroups.jmx.protocols.TCP |
---|
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPort |
Methods inherited from class org.jgroups.jmx.Protocol |
---|
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jgroups.jmx.protocols.TCPMBean |
---|
getBindAddr, getConnExpireTime, getEndPort, getOpenConnections, getReaperInterval, getStartPort, printConnections, setBindAddr, setConnExpireTime, setEndPort, setReaperInterval, setStartPort |
Methods inherited from interface org.jgroups.jmx.ProtocolMBean |
---|
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop |
Constructor Detail |
---|
public TCP_NIO()
public TCP_NIO(Protocol p)
Method Detail |
---|
public void attachProtocol(Protocol p)
attachProtocol
in class TCP
public int getReaderThreads()
getReaderThreads
in interface TCP_NIOMBean
public int getWriterThreads()
getWriterThreads
in interface TCP_NIOMBean
public int getProcessorThreads()
getProcessorThreads
in interface TCP_NIOMBean
public int getProcessorMinThreads()
getProcessorMinThreads
in interface TCP_NIOMBean
public int getProcessorMaxThreads()
getProcessorMaxThreads
in interface TCP_NIOMBean
public int getProcessorQueueSize()
getProcessorQueueSize
in interface TCP_NIOMBean
public long getProcessorKeepAliveTime()
getProcessorKeepAliveTime
in interface TCP_NIOMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |