Package io.datarouter.storage.util
Class DatarouterCounters
java.lang.Object
io.datarouter.storage.util.DatarouterCounters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidincClient(ClientType<?, ?> type, String key, String clientName, long delta) static voidincClientNodeCustom(ClientType<?, ?> type, String key, String clientName, String nodeName, long delta) static voidincClientTable(ClientType<?, ?> type, String key, String clientName, String tableName, long delta) static voidincClientTableOpRegion(String clientTypeString, String clientName, String tableName, String opName, String regionName, long delta) static voidincFromCounterAdapter(PhysicalNode<?, ?, ?> physicalNode, String key, long delta) static voidstatic voidincOp(ClientType<?, ?> type, String key)
-
Field Details
-
PREFIX
- See Also:
-
CLIENT_TYPE_virtual
- See Also:
-
AGGREGATION_op
- See Also:
-
AGGREGATION_client
- See Also:
-
AGGREGATION_table
- See Also:
-
AGGREGATION_node
- See Also:
-
AGGREGATION_region
- See Also:
-
AGGREGATION_client_server
- See Also:
-
AGGREGATION_client_server_table
- See Also:
-
AGGREGATION_client_server_table_region
- See Also:
-
AGGREGATION_client_server_table_op
- See Also:
-
AGGREGATION_client_table_server
- See Also:
-
AGGREGATION_client_table_server_op
- See Also:
-
-
Constructor Details
-
DatarouterCounters
public DatarouterCounters()
-
-
Method Details
-
incOp
-
incNode
-
incClientNodeCustom
public static void incClientNodeCustom(ClientType<?, ?> type, String key, String clientName, String nodeName, long delta) -
incFromCounterAdapter
-
incClient
-
incClientTable
public static void incClientTable(ClientType<?, ?> type, String key, String clientName, String tableName, long delta) -
incClientTableOpRegion
-