MCPcopy Create free account

hub / github.com/Kirov7/CouloyDB / functions

Functions564 in github.com/Kirov7/CouloyDB

↓ 1 callersMethodupdate
update modifies the expiration time of a job in the heap.
public/ds/timeHeap.go:128
↓ 1 callersMethodupdateHashIndex
()
txn.go:332
↓ 1 callersMethodupdateListIndex
()
txn.go:376
↓ 1 callersMethodupdateSetIndex
()
txn.go:354
↓ 1 callersMethodupdateStrIndex
()
txn.go:319
↓ 1 callersMethodwatched
(key string)
watch.go:86
MethodActivateObject
(ctx context.Context, object *pool.PooledObject)
server/resp/client/pool.go:36
MethodAdd
Add inserts a string element in the consistent hash.
public/utils/consistent/consistent.go:60
MethodAsArray
()
eval.go:116
MethodAsBool
()
eval.go:108
MethodAsInt
()
eval.go:73
MethodAsString
()
eval.go:100
MethodBuild
()
eval.go:202
FunctionBuildScript
(raw ...string)
eval.go:65
MethodClear
()
db.go:272
MethodClear
()
server/database/datastruct/dict/couloyDict.go:111
MethodClose
()
iterator.go:52
MethodClose
()
public/ds/eventQueue.go:52
MethodClose
()
data/dataFile.go:127
MethodClose
()
driver/mmap.go:42
MethodClose
()
driver/fileIO.go:31
MethodClose
()
server/server.go:37
MethodClose
Close stops handler
server/resp/handler.go:46
MethodClose
Close stops asynchronous goroutines and close connection
server/resp/client/client.go:69
MethodClose
Close stops current node of cluster
server/database/clusterdb.go:86
MethodClose
Close graceful shutdown database
server/database/mutildb.go:59
MethodClose
()
server/database/mutildb.go:115
MethodClose
()
meta/hmap.go:132
MethodClose
()
meta/art.go:172
MethodClose
()
meta/btree.go:147
MethodCommit
()
batch.go:62
FunctionConcatBytes
(a, b []byte)
public/utils/bytex/bytex.go:31
MethodCount
()
meta/hmap.go:52
MethodCount
()
meta/art.go:47
MethodCount
()
meta/btree.go:55
MethodDeclareArray
(name string, values []string)
eval.go:165
FunctionDefaultBatchOptions
()
options.go:38
MethodDel
Del delete data to the db, but instead of writing it back to memtable, it writes to pendingWrites first
txn.go:448
MethodDel
(key string)
eval.go:197
MethodDel
(key []byte)
batch.go:40
MethodDel
(key []byte)
meta/hmap.go:32
MethodDel
(key []byte)
meta/art.go:40
MethodDel
(key []byte)
meta/btree.go:43
MethodDestroyObject
(ctx context.Context, object *pool.PooledObject)
server/resp/client/pool.go:22
MethodElse
(fn func(builder *LuaScriptBuilder))
eval.go:153
MethodElseIf
(condition string, fn func(builder *LuaScriptBuilder))
eval.go:148
MethodError
()
server/resp/reply/reply.go:127
MethodError
()
server/resp/reply/errors.go:13
MethodError
()
server/resp/reply/errors.go:27
MethodError
()
server/resp/reply/errors.go:54
MethodError
()
server/resp/reply/errors.go:68
MethodError
()
server/resp/reply/errors.go:84
MethodEval
(script luaScript)
eval.go:10
MethodExec
Exec executes command on cluster
server/database/clusterdb.go:91
MethodExec
Exec executes command parameter `cmdLine` contains command and its arguments, for example: "set key value"
server/database/mutildb.go:37
MethodExec
Exec executes command within one database
server/database/mutildb.go:101
MethodExist
(key string)
server/database/datastruct/dict/couloyDict.go:99
MethodFor
(init, condition, step string, fn func(builder *LuaScriptBuilder))
eval.go:159
MethodForEach
(consumer Consumer)
server/database/datastruct/dict/couloyDict.go:76
MethodGet
Get returns an element close to where name hashes to in the circle.
public/utils/consistent/consistent.go:130
MethodGet
(key interface{})
server/sliceRouter.go:53
MethodGet
(key string)
server/database/datastruct/dict/couloyDict.go:22
MethodGet
(key []byte)
meta/hmap.go:24
MethodGet
(key []byte)
meta/art.go:30
MethodGet
(key []byte)
meta/btree.go:31
MethodGetArrayLength
(name string)
eval.go:175
MethodGetN
GetN returns the N closest distinct elements to the name input in the circle.
public/utils/consistent/consistent.go:182
MethodGetTwo
GetTwo returns the two closest distinct elements to the name input in the circle.
public/utils/consistent/consistent.go:153
MethodGetValueFromArray
(name, index string)
eval.go:179
MethodIf
(condition string, fn func(builder *LuaScriptBuilder))
eval.go:142
MethodIsAborted
()
server/sliceRouter.go:114
MethodIsClusterOptions
()
server/resp/options/options.go:18
MethodIterator
(reverse bool)
meta/hmap.go:40
MethodIterator
(reverse bool)
meta/art.go:54
MethodIterator
(reverse bool)
meta/btree.go:68
MethodKey
()
iterator.go:42
MethodKey
()
meta/hmap.go:124
MethodKey
()
meta/art.go:156
MethodKey
()
meta/btree.go:139
MethodKeys
()
server/database/datastruct/dict/couloyDict.go:83
MethodKeys
()
server/database/datastruct/dict/dict.go:15
MethodLIndex
(key []byte, index int)
txnList.go:49
MethodLRange
(key []byte, start, stop int)
txnList.go:61
MethodLRem
(key []byte, index int)
txnList.go:57
MethodLSet
(key []byte, index int, value []byte)
txnList.go:53
MethodLTrim
(key []byte, start, stop int)
txnList.go:65
MethodLen
()
txn.go:640
MethodLen
()
txnSet_test.go:415
MethodLen
Len returns the number of jobs in the heap.
public/ds/timeHeap.go:107
MethodLen
Len returns the length of the uints array.
public/utils/consistent/consistent.go:19
MethodLen
()
server/database/datastruct/dict/couloyDict.go:33
MethodLess
(i, j int)
txn.go:641
MethodLess
(i, j int)
txnSet_test.go:416
MethodLess
Less reports whether the job with index i should sort before the job with index j.
public/ds/timeHeap.go:112
MethodLess
Less returns true if element i is less than element j.
public/utils/consistent/consistent.go:22
MethodLess
(bi btree.Item)
meta/btree.go:64
FunctionListenAndServe
(addr string, handler TCPHandler)
server/server.go:48
MethodMakeObject
(ctx context.Context)
server/resp/client/pool.go:13
FunctionMakeSyntaxErrReply
MakeSyntaxErrReply creates syntax error
server/resp/reply/errors.go:45
MethodNewIterator
(options IteratorOptions)
iterator.go:14
← previousnext →301–400 of 564, ranked by callers