package
0.2.1
Repository: https://github.com/yeqown/cassem.git
Documentation: pkg.go.dev

# README

api (cassemdb)

cassemdb component's client SDK.

# Functions

DialWithMode support multiple backend server and load balance while request backend servers in round-robin.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Mode_R means read only.
Mode_X means read / write, but only communicate with leader node.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
ChangeCommandValidationError is the validation error returned by ChangeCommand.Validate if the designated constraints aren't met.
ChangeValidationError is the validation error returned by Change.Validate if the designated constraints aren't met.
No description provided by the author
EmptyValidationError is the validation error returned by Empty.Validate if the designated constraints aren't met.
No description provided by the author
EntityValidationError is the validation error returned by Entity.Validate if the designated constraints aren't met.
No description provided by the author
ExpireReqValidationError is the validation error returned by ExpireReq.Validate if the designated constraints aren't met.
No description provided by the author
GetKVReqValidationError is the validation error returned by GetKVReq.Validate if the designated constraints aren't met.
No description provided by the author
GetKVRespValidationError is the validation error returned by GetKVResp.Validate if the designated constraints aren't met.
No description provided by the author
GetKVsReqValidationError is the validation error returned by GetKVsReq.Validate if the designated constraints aren't met.
No description provided by the author
GetKVsRespValidationError is the validation error returned by GetKVsResp.Validate if the designated constraints aren't met.
No description provided by the author
LogEntryValidationError is the validation error returned by LogEntry.Validate if the designated constraints aren't met.
No description provided by the author
ParentDirectoryChangeValidationError is the validation error returned by ParentDirectoryChange.Validate if the designated constraints aren't met.
Propose is wrapper of log entry, and only used by node internal.
No description provided by the author
RangeReqValidationError is the validation error returned by RangeReq.Validate if the designated constraints aren't met.
No description provided by the author
RangeRespValidationError is the validation error returned by RangeResp.Validate if the designated constraints aren't met.
No description provided by the author
SetCommandValidationError is the validation error returned by SetCommand.Validate if the designated constraints aren't met.
No description provided by the author
SetKVReqValidationError is the validation error returned by SetKVReq.Validate if the designated constraints aren't met.
No description provided by the author
TtlReqValidationError is the validation error returned by TtlReq.Validate if the designated constraints aren't met.
No description provided by the author
TtlRespValidationError is the validation error returned by TtlResp.Validate if the designated constraints aren't met.
UnimplementedKVServer can be embedded to have forward compatible implementations.
No description provided by the author
UnsetKVReqValidationError is the validation error returned by UnsetKVReq.Validate if the designated constraints aren't met.
No description provided by the author
WatchReqValidationError is the validation error returned by WatchReq.Validate if the designated constraints aren't met.

# Interfaces

No description provided by the author
No description provided by the author
KVClient is the client API for KV service.
KVServer is the server API for KV service.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Mode indicates the way that gRPC client communicate with cassemdb cluster.