MCPcopy Create free account

hub / github.com/olric-data/olric / functions

Functions1,316 in github.com/olric-data/olric

FunctionTestKVStore_Get
(t *testing.T)
internal/kvstore/kvstore_test.go:69
FunctionTestKVStore_GetKey
(t *testing.T)
internal/kvstore/kvstore_test.go:277
FunctionTestKVStore_GetLastAccess
(t *testing.T)
internal/kvstore/kvstore_test.go:332
FunctionTestKVStore_GetTTL
(t *testing.T)
internal/kvstore/kvstore_test.go:312
FunctionTestKVStore_Name
(t *testing.T)
internal/kvstore/kvstore_test.go:430
FunctionTestKVStore_NewEntry
(t *testing.T)
internal/kvstore/kvstore_test.go:422
FunctionTestKVStore_Put
(t *testing.T)
internal/kvstore/kvstore_test.go:54
FunctionTestKVStore_PutRawGetRaw
(t *testing.T)
internal/kvstore/kvstore_test.go:296
FunctionTestKVStore_Put_ErrEntryTooLarge
(t *testing.T)
internal/kvstore/kvstore_test.go:563
FunctionTestKVStore_Range
(t *testing.T)
internal/kvstore/kvstore_test.go:194
FunctionTestKVStore_StateChange
(t *testing.T)
internal/kvstore/kvstore_test.go:397
FunctionTestKVStore_Stats_Length
(t *testing.T)
internal/kvstore/kvstore_test.go:178
FunctionTestKVStore_UpdateTTL
(t *testing.T)
internal/kvstore/kvstore_test.go:240
FunctionTestLockCounter
(t *testing.T)
internal/locker/locker_test.go:11
FunctionTestLockerConcurrency
(t *testing.T)
internal/locker/locker_test.go:96
FunctionTestLockerLock
(t *testing.T)
internal/locker/locker_test.go:25
FunctionTestLockerUnlock
(t *testing.T)
internal/locker/locker_test.go:77
FunctionTestMember_String
(t *testing.T)
stats/stats_test.go:24
FunctionTestMembers
(t *testing.T)
internal/discovery/member_test.go:23
FunctionTestMembers_Delete
(t *testing.T)
internal/cluster/routingtable/members_test.go:40
FunctionTestMembers_DeleteByName
(t *testing.T)
internal/cluster/routingtable/members_test.go:54
FunctionTestMembers_Get
(t *testing.T)
internal/cluster/routingtable/members_test.go:24
FunctionTestMembers_Length
(t *testing.T)
internal/cluster/routingtable/members_test.go:68
FunctionTestMembers_Range
(t *testing.T)
internal/cluster/routingtable/members_test.go:80
FunctionTestMux_PubSub_Command
(t *testing.T)
internal/server/mux_test.go:28
FunctionTestOlricCluster_StartAndShutdown
(t *testing.T)
olric_test.go:126
FunctionTestOlric_ClusterRoutingTable_clusterRoutingTableCommandHandler
(t *testing.T)
cluster_test.go:25
FunctionTestOlric_Ping
(t *testing.T)
ping_test.go:24
FunctionTestOlric_PingWithMessage
(t *testing.T)
ping_test.go:33
FunctionTestOlric_RoutingTable_Standalone
(t *testing.T)
cluster_test.go:46
FunctionTestOlric_StartAndShutdown
(t *testing.T)
olric_test.go:118
FunctionTestOlric_Stats
(t *testing.T)
stats_test.go:40
FunctionTestOlric_Stats_Cluster
(t *testing.T)
stats_test.go:106
FunctionTestOlric_Stats_CollectRuntime
(t *testing.T)
stats_test.go:93
FunctionTestPartition
(t *testing.T)
internal/cluster/partitions/partition_test.go:54
FunctionTestPartitions
(t *testing.T)
internal/cluster/partitions/partitions_test.go:24
FunctionTestPartitions_HKey
(t *testing.T)
internal/cluster/partitions/hkey_test.go:24
FunctionTestProtocol_Auth
(t *testing.T)
internal/protocol/system_test.go:110
FunctionTestProtocol_Auth_errWrongNumber
(t *testing.T)
internal/protocol/system_test.go:120
FunctionTestProtocol_ClusterMembers
(t *testing.T)
internal/protocol/cluster_test.go:38
FunctionTestProtocol_ClusterRoutingTable
(t *testing.T)
internal/protocol/cluster_test.go:24
FunctionTestProtocol_ConvertError
(t *testing.T)
internal/protocol/errors_test.go:48
FunctionTestProtocol_Decr
(t *testing.T)
internal/protocol/dmap_test.go:379
FunctionTestProtocol_Del
(t *testing.T)
internal/protocol/dmap_test.go:284
FunctionTestProtocol_DelEntry
(t *testing.T)
internal/protocol/dmap_test.go:295
FunctionTestProtocol_DelEntry_RC
(t *testing.T)
internal/protocol/dmap_test.go:307
FunctionTestProtocol_Destroy
(t *testing.T)
internal/protocol/dmap_test.go:344
FunctionTestProtocol_Destroy_Local
(t *testing.T)
internal/protocol/dmap_test.go:355
FunctionTestProtocol_Expire
(t *testing.T)
internal/protocol/dmap_test.go:332
FunctionTestProtocol_Get
(t *testing.T)
internal/protocol/dmap_test.go:234
FunctionTestProtocol_GetEntry
(t *testing.T)
internal/protocol/dmap_test.go:259
FunctionTestProtocol_GetEntry_RC
(t *testing.T)
internal/protocol/dmap_test.go:271
FunctionTestProtocol_GetError
(t *testing.T)
internal/protocol/errors_test.go:42
FunctionTestProtocol_GetPrefix
(t *testing.T)
internal/protocol/errors_test.go:36
FunctionTestProtocol_GetPut
(t *testing.T)
internal/protocol/dmap_test.go:391
FunctionTestProtocol_GetPut_RW
(t *testing.T)
internal/protocol/dmap_test.go:404
FunctionTestProtocol_Get_RW
(t *testing.T)
internal/protocol/dmap_test.go:246
FunctionTestProtocol_Incr
(t *testing.T)
internal/protocol/dmap_test.go:367
FunctionTestProtocol_IncrByFloat
(t *testing.T)
internal/protocol/dmap_test.go:418
FunctionTestProtocol_LengthOfPart
(t *testing.T)
internal/protocol/system_test.go:66
FunctionTestProtocol_LengthOfPart_RC
(t *testing.T)
internal/protocol/system_test.go:77
FunctionTestProtocol_Lock
(t *testing.T)
internal/protocol/dmap_test.go:430
FunctionTestProtocol_LockLease
(t *testing.T)
internal/protocol/dmap_test.go:484
FunctionTestProtocol_Lock_EX
(t *testing.T)
internal/protocol/dmap_test.go:442
FunctionTestProtocol_Lock_PX
(t *testing.T)
internal/protocol/dmap_test.go:457
FunctionTestProtocol_MoveFragment
(t *testing.T)
internal/protocol/system_test.go:45
FunctionTestProtocol_PExpire
(t *testing.T)
internal/protocol/dmap_test.go:320
FunctionTestProtocol_PLockLease
(t *testing.T)
internal/protocol/dmap_test.go:498
FunctionTestProtocol_ParsePSubscribeCommand
(t *testing.T)
internal/protocol/pubsub_test.go:43
FunctionTestProtocol_ParsePublishCommand
(t *testing.T)
internal/protocol/pubsub_test.go:10
FunctionTestProtocol_ParsePublishInternalCommand
(t *testing.T)
internal/protocol/pubsub_test.go:21
FunctionTestProtocol_ParsePutCommand_EX
(t *testing.T)
internal/protocol/dmap_test.go:43
FunctionTestProtocol_ParsePutCommand_EXAT
(t *testing.T)
internal/protocol/dmap_test.go:101
FunctionTestProtocol_ParsePutCommand_NX
(t *testing.T)
internal/protocol/dmap_test.go:71
FunctionTestProtocol_ParsePutCommand_PX
(t *testing.T)
internal/protocol/dmap_test.go:57
FunctionTestProtocol_ParsePutCommand_PXAT
(t *testing.T)
internal/protocol/dmap_test.go:116
FunctionTestProtocol_ParsePutCommand_XX
(t *testing.T)
internal/protocol/dmap_test.go:86
FunctionTestProtocol_ParseScanCommand
(t *testing.T)
internal/protocol/dmap_test.go:131
FunctionTestProtocol_ParseScanCommand_Match
(t *testing.T)
internal/protocol/dmap_test.go:159
FunctionTestProtocol_ParseScanCommand_Match_Count
(t *testing.T)
internal/protocol/dmap_test.go:189
FunctionTestProtocol_ParseScanCommand_Match_Count_Replica
(t *testing.T)
internal/protocol/dmap_test.go:204
FunctionTestProtocol_ParseScanCommand_PartID
(t *testing.T)
internal/protocol/dmap_test.go:174
FunctionTestProtocol_ParseScanCommand_Replica
(t *testing.T)
internal/protocol/dmap_test.go:145
FunctionTestProtocol_ParseSubscribeCommand
(t *testing.T)
internal/protocol/pubsub_test.go:32
FunctionTestProtocol_Ping
(t *testing.T)
internal/protocol/system_test.go:24
FunctionTestProtocol_Ping_Message
(t *testing.T)
internal/protocol/system_test.go:34
FunctionTestProtocol_PubSubChannels
(t *testing.T)
internal/protocol/pubsub_test.go:54
FunctionTestProtocol_PubSubChannels_Patterns
(t *testing.T)
internal/protocol/pubsub_test.go:63
FunctionTestProtocol_PubSubNumpat
(t *testing.T)
internal/protocol/pubsub_test.go:74
FunctionTestProtocol_PubSubNumsub
(t *testing.T)
internal/protocol/pubsub_test.go:82
FunctionTestProtocol_PutEntry
(t *testing.T)
internal/protocol/dmap_test.go:222
FunctionTestProtocol_Scan
(t *testing.T)
internal/protocol/dmap_test.go:512
FunctionTestProtocol_Scan_Count_Match_Replica
(t *testing.T)
internal/protocol/dmap_test.go:527
FunctionTestProtocol_Stats
(t *testing.T)
internal/protocol/system_test.go:89
FunctionTestProtocol_Stats_CR
(t *testing.T)
internal/protocol/system_test.go:99
FunctionTestProtocol_Unlock
(t *testing.T)
internal/protocol/dmap_test.go:472
FunctionTestProtocol_UpdateRoutingTable
(t *testing.T)
internal/protocol/system_test.go:55
FunctionTestProtocol_errWrongNumber
(t *testing.T)
internal/protocol/errors_test.go:28
FunctionTestPubSub
(t *testing.T)
internal/pubsub/pubsub_test.go:102
FunctionTestPubSub_Cluster
(t *testing.T)
pubsub_test.go:208
← previousnext →1,101–1,200 of 1,316, ranked by callers