public class ScaleOutIndexCounters extends Object
IScaleOutClientIndex
has two APIs. One is synchronous RPC. The other is an asynchronous stream
oriented API for writes. Both sets of performance counters are available from
this class.Modifier and Type | Field and Description |
---|---|
IndexAsyncWriteStats |
asynchronousStats
These counters are used only for the asynchronous write pipeline.
|
IndexSyncRPCCounters |
synchronousCounters
These counters are used for the synchronous RPC calls (reads and writes).
|
Constructor and Description |
---|
ScaleOutIndexCounters(AbstractFederation fed) |
Modifier and Type | Method and Description |
---|---|
CounterSet |
getCounters()
Return a new
CounterSet reporting both the
IndexSyncRPCCounters and the IndexAsyncWriteStats for
this index. |
String |
toString() |
public final IndexAsyncWriteStats asynchronousStats
public final IndexSyncRPCCounters synchronousCounters
public ScaleOutIndexCounters(AbstractFederation fed)
public CounterSet getCounters()
CounterSet
reporting both the
IndexSyncRPCCounters
and the IndexAsyncWriteStats
for
this index.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.