Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
func NewRocksDBErrFromInt ¶
Types ¶
type DsnErrCode ¶
type DsnErrCode int32
const ( ERR_OK DsnErrCode = iota ERR_UNKNOWN ERR_REPLICATION_FAILURE ERR_APP_EXIST ERR_APP_NOT_EXIST ERR_APP_DROPPED ERR_BUSY_CREATING ERR_BUSY_DROPPING ERR_EXPIRED ERR_LOCK_ALREADY_EXIST ERR_HOLD_BY_OTHERS ERR_RECURSIVE_LOCK ERR_NO_OWNER ERR_NODE_ALREADY_EXIST ERR_INCONSISTENT_STATE ERR_ARRAY_INDEX_OUT_OF_RANGE ERR_SERVICE_NOT_FOUND ERR_SERVICE_ALREADY_RUNNING ERR_IO_PENDING ERR_TIMEOUT ERR_SERVICE_NOT_ACTIVE ERR_BUSY ERR_NETWORK_INIT_FAILED ERR_FORWARD_TO_OTHERS ERR_OBJECT_NOT_FOUND ERR_HANDLER_NOT_FOUND ERR_LEARN_FILE_FAILED ERR_GET_LEARN_STATE_FAILED ERR_INVALID_VERSION ERR_INVALID_PARAMETERS ERR_CAPACITY_EXCEEDED ERR_INVALID_STATE ERR_INACTIVE_STATE ERR_NOT_ENOUGH_MEMBER ERR_FILE_OPERATION_FAILED ERR_HANDLE_EOF ERR_WRONG_CHECKSUM ERR_INVALID_DATA ERR_INVALID_HANDLE ERR_INCOMPLETE_DATA ERR_VERSION_OUTDATED ERR_PATH_NOT_FOUND ERR_PATH_ALREADY_EXIST ERR_ADDRESS_ALREADY_USED ERR_STATE_FREEZED ERR_LOCAL_APP_FAILURE ERR_BIND_IOCP_FAILED ERR_NETWORK_START_FAILED ERR_NOT_IMPLEMENTED ERR_CHECKPOINT_FAILED ERR_WRONG_TIMING ERR_NO_NEED_OPERATE ERR_CORRUPTION ERR_TRY_AGAIN ERR_CLUSTER_NOT_FOUND ERR_CLUSTER_ALREADY_EXIST ERR_SERVICE_ALREADY_EXIST ERR_INJECTED ERR_NETWORK_FAILURE ERR_UNDER_RECOVERY ERR_OPERATION_DISABLED ERR_ZOOKEEPER_OPERATION ERR_CHILD_REGISTERED ERR_INGESTION_FAILED ERR_UNAUTHENTICATED ERR_KRB5_INTERNAL ERR_SASL_INTERNAL ERR_SASL_INCOMPLETE ERR_ACL_DENY ERR_SPLITTING ERR_PARENT_PARTITION_MISUSED ERR_CHILD_NOT_READY ERR_DISK_INSUFFICIENT )
func DsnErrCodeString ¶
func DsnErrCodeString(s string) (DsnErrCode, error)
DsnErrCodeString retrieves an enum value from the enum constants string name. Throws an error if the param is not part of the enum.
func DsnErrCodeValues ¶
func DsnErrCodeValues() []DsnErrCode
DsnErrCodeValues returns all values of the enum
func (DsnErrCode) Error ¶
func (e DsnErrCode) Error() string
func (DsnErrCode) IsADsnErrCode ¶
func (i DsnErrCode) IsADsnErrCode() bool
IsADsnErrCode returns "true" if the value is listed in the enum definition. "false" otherwise
func (DsnErrCode) String ¶
func (i DsnErrCode) String() string
type RPCAddress ¶
type RPCAddress struct {
// contains filtered or unexported fields
}
func NewRPCAddress ¶
func NewRPCAddress(ip net.IP, port int) *RPCAddress
func (*RPCAddress) GetAddress ¶
func (r *RPCAddress) GetAddress() string
func (*RPCAddress) GetRawAddress ¶
func (r *RPCAddress) GetRawAddress() int64
func (*RPCAddress) String ¶
func (r *RPCAddress) String() string
type RocksDBErrCode ¶
type RocksDBErrCode int32
const ( Ok RocksDBErrCode = iota NotFound Corruption NotSupported InvalidArgument IOError MergeInProgress Incomplete ShutdownInProgress TimedOut Aborted Busy Expired TryAgain )
func RocksDBErrCodeString ¶
func RocksDBErrCodeString(s string) (RocksDBErrCode, error)
func (RocksDBErrCode) Error ¶
func (e RocksDBErrCode) Error() string
func (RocksDBErrCode) String ¶
func (i RocksDBErrCode) String() string
Click to show internal directories.
Click to hide internal directories.