MCPcopy Create free account

hub / github.com/Kirov7/CouloyDB / functions

Functions564 in github.com/Kirov7/CouloyDB

FunctionNewLuaScriptBuilder
()
eval.go:130
MethodNewWriteBatch
(opts WriteBatchOptions)
batch.go:18
MethodNext
()
iterator.go:33
MethodNext
()
server/sliceRouter.go:102
MethodNext
()
meta/hmap.go:116
MethodNext
()
meta/art.go:135
MethodNext
()
meta/btree.go:131
MethodNotifyJoin
(n *memberlist.Node)
server/database/clusterdb.go:180
MethodNotifyLeave
(n *memberlist.Node)
server/database/clusterdb.go:188
MethodNotifyUpdate
(n *memberlist.Node)
server/database/clusterdb.go:194
MethodPassivateObject
(ctx context.Context, object *pool.PooledObject)
server/resp/client/pool.go:41
MethodPop
()
public/ds/timeHeap.go:29
MethodPut
(key, value string)
eval.go:188
MethodPut
(key []byte, value []byte)
batch.go:27
MethodPut
(key []byte, pos *data.LogPos)
meta/hmap.go:18
MethodPut
(key []byte, pos *data.LogPos)
meta/art.go:23
MethodPut
(key []byte, pos *data.LogPos)
meta/btree.go:21
MethodPutIfAbsent
PutIfAbsent insert an DataEntity only if the key not exists
server/database/mutildb.go:152
MethodPutIfAbsent
(key string, val []byte)
server/database/datastruct/dict/couloyDict.go:45
MethodPutIfExists
PutIfExists edit an existing DataEntity
server/database/mutildb.go:147
MethodPutIfExists
(key string, val []byte)
server/database/datastruct/dict/couloyDict.go:56
MethodRandomDistinctKeys
(limit int)
server/database/datastruct/dict/couloyDict.go:94
MethodRandomDistinctKeys
(limit int)
server/database/datastruct/dict/dict.go:17
MethodRandomKeys
(limit int)
server/database/datastruct/dict/couloyDict.go:89
MethodRandomKeys
(limit int)
server/database/datastruct/dict/dict.go:16
MethodRaw
(raw ...string)
eval.go:134
MethodRawCode
(code string)
eval.go:138
MethodRead
()
public/ds/eventQueue.go:21
MethodRead
(bytes []byte, offset int64)
driver/mmap.go:25
MethodRead
(bytes []byte, offset int64)
driver/fileIO.go:19
MethodRead
(key interface{})
server/sliceRouter.go:49
MethodRemove
Remove removes an element from the hash.
public/utils/consistent/consistent.go:77
MethodRemove
(key string)
server/database/datastruct/dict/couloyDict.go:68
MethodRewind
()
iterator.go:23
MethodRewind
()
meta/hmap.go:93
MethodRewind
()
meta/art.go:97
MethodRewind
()
meta/btree.go:108
MethodSeek
(key []byte)
iterator.go:28
MethodSeek
(key []byte)
meta/hmap.go:97
MethodSeek
(key []byte)
meta/art.go:105
MethodSeek
(key []byte)
meta/btree.go:112
MethodServeTCP
(ctx context.Context, conn net.Conn)
server/tail.go:18
MethodServeTCP
(ctx context.Context, conn net.Conn)
server/sliceRouter.go:70
MethodSet
(key, value string)
eval.go:193
MethodSet
Set sets all the elements in the hash. If there are existing elements not present in elts, they will be removed.
public/utils/consistent/consistent.go:95
MethodSetClusterPeers
(self int, peers ...string)
server/resp/options/options.go:13
MethodSetDataFileSizeByte
(size int64)
options.go:55
MethodSetDataFileSizeGB
(size int64)
options.go:70
MethodSetDataFileSizeKB
(size int64)
options.go:60
MethodSetDataFileSizeMB
(size int64)
options.go:65
MethodSetDirPath
(path string)
options.go:45
MethodSetIndexType
(typ meta.MemTableType)
options.go:50
MethodSetValueInArray
(name, index, value string)
eval.go:183
MethodSize
()
db.go:233
MethodSize
()
driver/mmap.go:46
MethodSize
()
driver/fileIO.go:35
MethodSwap
(i, j int)
txn.go:642
MethodSwap
(i, j int)
txnSet_test.go:417
MethodSwap
Swap swaps the jobs with indexes i and j.
public/ds/timeHeap.go:117
MethodSwap
Swap exchanges elements i and j.
public/utils/consistent/consistent.go:25
MethodSync
()
db.go:325
MethodSync
()
data/dataFile.go:123
MethodSync
()
driver/mmap.go:38
MethodSync
()
driver/fileIO.go:27
FunctionTestDB_Del
(t *testing.T)
db_test.go:184
FunctionTestDB_Fold
(t *testing.T)
db_test.go:263
FunctionTestDB_Get
(t *testing.T)
db_test.go:68
FunctionTestDB_Put
(t *testing.T)
db_test.go:33
FunctionTestDB_Put_Get_Concurrency
(t *testing.T)
db_test.go:110
FunctionTestDB_RWTransaction
(t *testing.T)
txn_test.go:225
FunctionTestDB_Reboot
(t *testing.T)
db_test.go:214
FunctionTestDB_SerialTransaction_With_RWTransaction
(t *testing.T)
txn_test.go:287
FunctionTestDB_TTL
(t *testing.T)
ttl_test.go:19
FunctionTestDB_TTL_Persist
(t *testing.T)
ttl_test.go:90
FunctionTestDB_TTL_Reset
(t *testing.T)
ttl_test.go:112
FunctionTestDB_TTL_Restart
(t *testing.T)
ttl_test.go:55
FunctionTestDB_Watch
(t *testing.T)
watch_test.go:10
FunctionTestDB_Watch_Cancel
(t *testing.T)
watch_test.go:47
FunctionTestNewCouloyDB
(t *testing.T)
db_test.go:25
FunctionTestTimeHeap
(t *testing.T)
public/ds/timeHeap_test.go:9
FunctionTestTxnSADD
(t *testing.T)
txnSet_test.go:12
FunctionTestTxnSCARD
(t *testing.T)
txnSet_test.go:230
FunctionTestTxnSMEMBER
(t *testing.T)
txnSet_test.go:319
FunctionTestTxnSREM
(t *testing.T)
txnSet_test.go:122
FunctionTestTxn_Append
(t *testing.T)
txn_test.go:166
FunctionTestTxn_Decr
(t *testing.T)
txn_test.go:134
FunctionTestTxn_GetSet
(t *testing.T)
txn_test.go:79
FunctionTestTxn_HDel
(t *testing.T)
txnHash_test.go:41
FunctionTestTxn_HExist
(t *testing.T)
txnHash_test.go:76
FunctionTestTxn_HGetAll
(t *testing.T)
txnHash_test.go:101
FunctionTestTxn_HKEYS_HVALUES
(t *testing.T)
txnHash_test.go:244
FunctionTestTxn_HLEN
(t *testing.T)
txnHash_test.go:331
FunctionTestTxn_HMSet
(t *testing.T)
txnHash_test.go:147
FunctionTestTxn_HSet
(t *testing.T)
txnHash_test.go:10
FunctionTestTxn_HStrLen
(t *testing.T)
txnHash_test.go:225
FunctionTestTxn_Hash_Restart
(t *testing.T)
txnHash_test.go:179
FunctionTestTxn_Incr
(t *testing.T)
txn_test.go:101
FunctionTestTxn_LLen
(t *testing.T)
txnList_test.go:163
FunctionTestTxn_List_Push
(t *testing.T)
txnList_test.go:10
FunctionTestTxn_List_Restart
(t *testing.T)
txnList_test.go:104
← previousnext →401–500 of 564, ranked by callers