Uses of Interface
io.datarouter.storage.client.ClientType
-
Uses of ClientType in io.datarouter.storage.client
Methods in io.datarouter.storage.client that return ClientType Modifier and Type Method Description ClientType<?,?>ClientTypeRegistry. get(String name)ClientType<?,?>DatarouterClients. getClientTypeInstance(ClientId clientId) -
Uses of ClientType in io.datarouter.storage.node.adapter
Methods in io.datarouter.storage.node.adapter that return ClientType Modifier and Type Method Description default ClientType<?,?>PhysicalAdapterMixin. getClientType() -
Uses of ClientType in io.datarouter.storage.node.type.physical
Methods in io.datarouter.storage.node.type.physical that return ClientType Modifier and Type Method Description ClientType<?,?>PhysicalNode. getClientType() -
Uses of ClientType in io.datarouter.storage.node.type.physical.base
Methods in io.datarouter.storage.node.type.physical.base that return ClientType Modifier and Type Method Description ClientType<?,?>BasePhysicalNode. getClientType()Constructors in io.datarouter.storage.node.type.physical.base with parameters of type ClientType Constructor Description BasePhysicalNode(NodeParams<PK,D,F> params, ClientType<?,?> clientType) -
Uses of ClientType in io.datarouter.storage.util
Methods in io.datarouter.storage.util with parameters of type ClientType Modifier and Type Method Description static voidDatarouterCounters. incClient(ClientType<?,?> type, String key, String clientName, long delta)static voidDatarouterCounters. incClientNodeCustom(ClientType<?,?> type, String key, String clientName, String nodeName, long delta)static voidDatarouterCounters. incClientTable(ClientType<?,?> type, String key, String clientName, String tableName, long delta)static voidDatarouterCounters. incOp(ClientType<?,?> type, String key)