Este contenido no está disponible en el idioma seleccionado.
A.16. RpcManager
org.infinispan.remoting.rpc.RpcManagerImpl
The RpcManager component manages all remote calls to remote cache instances in the cluster.
| Name | Description | Type | Writable |
|---|---|---|---|
| AverageReplicationTime | The average time spent in the transport layer, in milliseconds. | long | No |
| CommittedViewAsString | Retrieves the committed view. | String | No |
| PendingViewAsString | Retrieves the pending view. | String | No |
| ReplicationCount | Number of successful replications. | long | No |
| ReplicationFailures | Number of failed replications. | long | No |
| SuccessRatio | Successful replications as a ratio of total replications. | String | No |
| SuccessRatioFloatingPoint | Successful replications as a ratio of total replications in numeric double format. | double | No |
| statisticsEnabled | Enables or disables the gathering of statistics by this component. | boolean | Yes |
| Name | Description | Signature |
|---|---|---|
| resetStatistics | Resets statistics gathered by this component. | void resetStatistics() |