Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kirov7/CouloyDB
/ functions
Functions
564 in github.com/Kirov7/CouloyDB
⨍
Functions
564
◇
Types & classes
103
Function
NewLuaScriptBuilder
()
eval.go:130
Method
NewWriteBatch
(opts WriteBatchOptions)
batch.go:18
Method
Next
()
iterator.go:33
Method
Next
()
server/sliceRouter.go:102
Method
Next
()
meta/hmap.go:116
Method
Next
()
meta/art.go:135
Method
Next
()
meta/btree.go:131
Method
NotifyJoin
(n *memberlist.Node)
server/database/clusterdb.go:180
Method
NotifyLeave
(n *memberlist.Node)
server/database/clusterdb.go:188
Method
NotifyUpdate
(n *memberlist.Node)
server/database/clusterdb.go:194
Method
PassivateObject
(ctx context.Context, object *pool.PooledObject)
server/resp/client/pool.go:41
Method
Pop
()
public/ds/timeHeap.go:29
Method
Put
(key, value string)
eval.go:188
Method
Put
(key []byte, value []byte)
batch.go:27
Method
Put
(key []byte, pos *data.LogPos)
meta/hmap.go:18
Method
Put
(key []byte, pos *data.LogPos)
meta/art.go:23
Method
Put
(key []byte, pos *data.LogPos)
meta/btree.go:21
Method
PutIfAbsent
PutIfAbsent insert an DataEntity only if the key not exists
server/database/mutildb.go:152
Method
PutIfAbsent
(key string, val []byte)
server/database/datastruct/dict/couloyDict.go:45
Method
PutIfExists
PutIfExists edit an existing DataEntity
server/database/mutildb.go:147
Method
PutIfExists
(key string, val []byte)
server/database/datastruct/dict/couloyDict.go:56
Method
RandomDistinctKeys
(limit int)
server/database/datastruct/dict/couloyDict.go:94
Method
RandomDistinctKeys
(limit int)
server/database/datastruct/dict/dict.go:17
Method
RandomKeys
(limit int)
server/database/datastruct/dict/couloyDict.go:89
Method
RandomKeys
(limit int)
server/database/datastruct/dict/dict.go:16
Method
Raw
(raw ...string)
eval.go:134
Method
RawCode
(code string)
eval.go:138
Method
Read
()
public/ds/eventQueue.go:21
Method
Read
(bytes []byte, offset int64)
driver/mmap.go:25
Method
Read
(bytes []byte, offset int64)
driver/fileIO.go:19
Method
Read
(key interface{})
server/sliceRouter.go:49
Method
Remove
Remove removes an element from the hash.
public/utils/consistent/consistent.go:77
Method
Remove
(key string)
server/database/datastruct/dict/couloyDict.go:68
Method
Rewind
()
iterator.go:23
Method
Rewind
()
meta/hmap.go:93
Method
Rewind
()
meta/art.go:97
Method
Rewind
()
meta/btree.go:108
Method
Seek
(key []byte)
iterator.go:28
Method
Seek
(key []byte)
meta/hmap.go:97
Method
Seek
(key []byte)
meta/art.go:105
Method
Seek
(key []byte)
meta/btree.go:112
Method
ServeTCP
(ctx context.Context, conn net.Conn)
server/tail.go:18
Method
ServeTCP
(ctx context.Context, conn net.Conn)
server/sliceRouter.go:70
Method
Set
(key, value string)
eval.go:193
Method
Set
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
Method
SetClusterPeers
(self int, peers ...string)
server/resp/options/options.go:13
Method
SetDataFileSizeByte
(size int64)
options.go:55
Method
SetDataFileSizeGB
(size int64)
options.go:70
Method
SetDataFileSizeKB
(size int64)
options.go:60
Method
SetDataFileSizeMB
(size int64)
options.go:65
Method
SetDirPath
(path string)
options.go:45
Method
SetIndexType
(typ meta.MemTableType)
options.go:50
Method
SetValueInArray
(name, index, value string)
eval.go:183
Method
Size
()
db.go:233
Method
Size
()
driver/mmap.go:46
Method
Size
()
driver/fileIO.go:35
Method
Swap
(i, j int)
txn.go:642
Method
Swap
(i, j int)
txnSet_test.go:417
Method
Swap
Swap swaps the jobs with indexes i and j.
public/ds/timeHeap.go:117
Method
Swap
Swap exchanges elements i and j.
public/utils/consistent/consistent.go:25
Method
Sync
()
db.go:325
Method
Sync
()
data/dataFile.go:123
Method
Sync
()
driver/mmap.go:38
Method
Sync
()
driver/fileIO.go:27
Function
TestDB_Del
(t *testing.T)
db_test.go:184
Function
TestDB_Fold
(t *testing.T)
db_test.go:263
Function
TestDB_Get
(t *testing.T)
db_test.go:68
Function
TestDB_Put
(t *testing.T)
db_test.go:33
Function
TestDB_Put_Get_Concurrency
(t *testing.T)
db_test.go:110
Function
TestDB_RWTransaction
(t *testing.T)
txn_test.go:225
Function
TestDB_Reboot
(t *testing.T)
db_test.go:214
Function
TestDB_SerialTransaction_With_RWTransaction
(t *testing.T)
txn_test.go:287
Function
TestDB_TTL
(t *testing.T)
ttl_test.go:19
Function
TestDB_TTL_Persist
(t *testing.T)
ttl_test.go:90
Function
TestDB_TTL_Reset
(t *testing.T)
ttl_test.go:112
Function
TestDB_TTL_Restart
(t *testing.T)
ttl_test.go:55
Function
TestDB_Watch
(t *testing.T)
watch_test.go:10
Function
TestDB_Watch_Cancel
(t *testing.T)
watch_test.go:47
Function
TestNewCouloyDB
(t *testing.T)
db_test.go:25
Function
TestTimeHeap
(t *testing.T)
public/ds/timeHeap_test.go:9
Function
TestTxnSADD
(t *testing.T)
txnSet_test.go:12
Function
TestTxnSCARD
(t *testing.T)
txnSet_test.go:230
Function
TestTxnSMEMBER
(t *testing.T)
txnSet_test.go:319
Function
TestTxnSREM
(t *testing.T)
txnSet_test.go:122
Function
TestTxn_Append
(t *testing.T)
txn_test.go:166
Function
TestTxn_Decr
(t *testing.T)
txn_test.go:134
Function
TestTxn_GetSet
(t *testing.T)
txn_test.go:79
Function
TestTxn_HDel
(t *testing.T)
txnHash_test.go:41
Function
TestTxn_HExist
(t *testing.T)
txnHash_test.go:76
Function
TestTxn_HGetAll
(t *testing.T)
txnHash_test.go:101
Function
TestTxn_HKEYS_HVALUES
(t *testing.T)
txnHash_test.go:244
Function
TestTxn_HLEN
(t *testing.T)
txnHash_test.go:331
Function
TestTxn_HMSet
(t *testing.T)
txnHash_test.go:147
Function
TestTxn_HSet
(t *testing.T)
txnHash_test.go:10
Function
TestTxn_HStrLen
(t *testing.T)
txnHash_test.go:225
Function
TestTxn_Hash_Restart
(t *testing.T)
txnHash_test.go:179
Function
TestTxn_Incr
(t *testing.T)
txn_test.go:101
Function
TestTxn_LLen
(t *testing.T)
txnList_test.go:163
Function
TestTxn_List_Push
(t *testing.T)
txnList_test.go:10
Function
TestTxn_List_Restart
(t *testing.T)
txnList_test.go:104
← previous
next →
401–500 of 564, ranked by callers