Documentation
¶
Index ¶
- Constants
- func BytesToInt64(buf []byte) int64
- func Doc2DocResult(item *gamma_api.ResultItem, partitionID uint32, arrayBool bool, spaceId int64, ...) *response.DocResult
- func Execute(addr, servicePath string, request request.Request) (interface{}, int64, error)
- func ResultItem2DocIDResult(item *gamma_api.ResultItem, partitionID uint32, spaceId int64, dbId int64, ...) *response.DocResult
- func ResultItem2DocResult(item *gamma_api.ResultItem, partitionID uint32, arrayBool bool, spaceId int64, ...) *response.DocResult
- func Slot(routingValue string) uint32
- type Client
- type ClientType
- type MasterServer
Constants ¶
View Source
const ( //doc handler SearchHandler = "SearchHandler" DeleteByQueryHandler = "DeleteByQueryHandler" MSearchHandler = "MSearchHandler" MSearchIDsHandler = "MSearchIDsHandler" MSearchForIDsHandler = "MSearchForIDsHandler" MSearchNewHandler = "MSearchNewHandler" StreamSearchHandler = "StreamSearchHandler" GetDocHandler = "GetDocHandler" GetDocsHandler = "GetDocsHandler" WriteHandler = "WriteHandler" BatchHandler = "BatchHandler" FlushHandler = "FlushHandler" ForceMergeHandler = "ForceMergeHandler" //admin handler CreatePartitionHandler = "CreatePartitionHandler" DeletePartitionHandler = "DeletePartitionHandler" DeleteReplicaHandler = "DeleteReplicaHandler" UpdatePartitionHandler = "UpdatePartitionHandler" StatsHandler = "StatsHandler" IsLiveHandler = "IsLiveHandler" PartitionInfoHandler = "PartitionInfoHandler" ChangeMemberHandler = "ChangeMemberHandler" )
View Source
const Authorization = "Authorization"
View Source
const Root = "root"
Variables ¶
This section is empty.
Functions ¶
func BytesToInt64 ¶
func Doc2DocResult ¶
func ResultItem2DocIDResult ¶
func ResultItem2DocResult ¶
Types ¶
type MasterServer ¶
type MasterServer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.