Uses of Interface
io.datarouter.storage.client.ClientType
Packages that use ClientType
Package
Description
-
Uses of ClientType in io.datarouter.storage.client
Methods in io.datarouter.storage.client that return ClientTypeModifier and TypeMethodDescriptionClientType<?,?> ClientType<?,?> DatarouterClients.getClientTypeInstance(ClientId clientId) -
Uses of ClientType in io.datarouter.storage.node
Constructors in io.datarouter.storage.node with parameters of type ClientTypeModifierConstructorDescriptionDatabeanToBlobNode(NodeParams<PK, D, F> params, ClientType<?, ?> clientType, BlobStorage.PhysicalBlobStorageNode blobNode, DatabeanToBlobCodec<PK, D, F> codec) -
Uses of ClientType in io.datarouter.storage.node.adapter
Methods in io.datarouter.storage.node.adapter that return ClientType -
Uses of ClientType in io.datarouter.storage.node.type.physical
Methods in io.datarouter.storage.node.type.physical that return ClientType -
Uses of ClientType in io.datarouter.storage.node.type.physical.base
Methods in io.datarouter.storage.node.type.physical.base that return ClientTypeConstructors in io.datarouter.storage.node.type.physical.base with parameters of type ClientTypeModifierConstructorDescriptionBasePhysicalNode(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 ClientTypeModifier and TypeMethodDescriptionstatic 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)