JDG 7 JMX: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=jboss.as:subsystem=datagrid-infinispan-endpoint,hotrod-connector=hotrod-connector= {| | <span id="totalBytesRead">totalBytesRead</span>|| Infinispan_HotRod_Connector_Metri...")
 
Line 2: Line 2:


{|
{|
| <span id="totalBytesRead">totalBytesRead</span>|| [[Infinispan_HotRod_Connector_Metrics#Bytes_Read_and_Written|HotRod Connector Metrics]]
| <span id="bytesRead">bytesReadd</span>|| [[Infinispan_HotRod_Connector_Metrics#Bytes_Read_and_Written|HotRod Connector Metrics]]
|-
|-
| <span id="totalBytesWritten"> totalBytesWritten </span>|| [[Infinispan_HotRod_Connector_Metrics#Bytes_Read_and_Written|HotRod Connector Metrics]]
| <span id="bytesWritten">bytesWritten</span>|| [[Infinispan_HotRod_Connector_Metrics#Bytes_Read_and_Written|HotRod Connector Metrics]]
|-
|-
|}
|}
Line 10: Line 10:


<font color=red>
<font color=red>
====bytesRead====
Returns the number of bytes read from this HotRod connector. Type: Long.
====bytesWritten====
Returns the number of bytes written to this HotRod connector. Type: Long.


====cacheContainer====
====cacheContainer====

Revision as of 17:39, 25 October 2016

jboss.as:subsystem=datagrid-infinispan-endpoint,hotrod-connector=hotrod-connector

bytesReadd HotRod Connector Metrics
bytesWritten HotRod Connector Metrics


cacheContainer

The cache container to use. Type: String.

idleTimeout

The timeout for idle connections. Type: Long.

ignoredCaches

List of caches ignored for this connector. Type: String array.

name

The name of the connector. Type: String.

receiveBufferSize

Size of the receive buffer. Type: Long.

sendBufferSize

Size of the send buffer. Type: Long.

socketBinding

The socket binding to use for this connector. Type: String.

tcpNodelay

Whether to use TCP NO_DELAY. Type: Boolean.

workerThreads

The number of worker threads to use for this connector. Type: Integer.