Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bdeggleston/kickboxer
/ functions
Functions
1,093 in github.com/bdeggleston/kickboxer
⨍
Functions
1,093
◇
Types & classes
186
↓ 1 callers
Method
Size
()
src/topology/datacenter.go:52
↓ 1 callers
Method
Size
()
src/topology/topology.go:61
↓ 1 callers
Method
Start
()
src/cluster/node.go:137
↓ 1 callers
Method
String
()
src/types/uuid.go:62
↓ 1 callers
Method
String
()
src/consensus/errors.go:41
↓ 1 callers
Method
TearDownSuite
(c *gocheck.C)
src/consensus/manager_execute_test.go:34
↓ 1 callers
Method
Write
this implements the io.Writer interface
src/cluster/connection.go:39
↓ 1 callers
Function
WriteValue
(buf io.Writer, v store.Value)
src/kvstore/values.go:19
↓ 1 callers
Function
WriteValue
(buf io.Writer, v store.Value)
src/redis/values.go:19
↓ 1 callers
Method
_add
(cls, data)
pydebug/debug.py:61
↓ 1 callers
Method
_add_in_dep
(self, iid)
pydebug/debug.py:57
↓ 1 callers
Method
accept
(inst *Instance, incrementBallot bool)
src/consensus/instance.go:329
↓ 1 callers
Method
acceptConnections
()
src/cluster/server.go:133
↓ 1 callers
Function
addClusterDC
----------------- datacenter setup / mocks -----------------
src/cluster/testing.go:131
↓ 1 callers
Function
baseValueEqual
(v0, v1 store.Value)
src/cluster/store_mock.go:160
↓ 1 callers
Method
broadcast
()
src/consensus/manager.go:142
↓ 1 callers
Method
checkConsistency
checks that all of the queries were executed in the same order, per key
src/consensus/consensus_test.go:172
↓ 1 callers
Function
check_consistency
(history=5)
pydebug/debug.py:133
↓ 1 callers
Function
check_strong_connections
()
pydebug/debug.py:151
↓ 1 callers
Method
del
Removes the specified keys. A key is ignored if it does not exist. Return value: Integer reply: The number of keys that were removed. internally, eac
src/kvstore/cmd_del.go:25
↓ 1 callers
Method
del
Removes the specified keys. A key is ignored if it does not exist. Return value: Integer reply: The number of keys that were removed. internally, eac
src/redis/cmd_del.go:25
↓ 1 callers
Method
get
Get the value of key. If the key does not exist the special value nil is returned. An error is returned if the value stored at key is not a string, be
src/kvstore/cmd_get.go:18
↓ 1 callers
Method
getChildDeps
(instance *Instance)
src/consensus/manager_depedencies.go:128
↓ 1 callers
Method
getCommitTimeout
()
src/consensus/instance.go:169
↓ 1 callers
Method
getCommitTimeoutEvent
()
src/consensus/instance.go:175
↓ 1 callers
Method
getDependencies
()
src/consensus/instance.go:201
↓ 1 callers
Function
getHighValue
----------- reconcile helpers ----------- returns the value with the highest timestamp
src/kvstore/values.go:62
↓ 1 callers
Function
getHighValue
----------- reconcile helpers ----------- returns the value with the highest timestamp
src/redis/values.go:62
↓ 1 callers
Method
incrementBallot
()
src/consensus/instance.go:208
↓ 1 callers
Function
makeAcceptCommitTimeout
()
src/consensus/manager_accept.go:11
↓ 1 callers
Function
makePreAcceptCommitTimeout
()
src/consensus/manager_preaccept.go:11
↓ 1 callers
Method
messageHandler
(mn *mockNode, msg message.Message)
src/consensus/consensus_test.go:160
↓ 1 callers
Function
mockStoreDefaultInterferingKeys
(c *mockStore, instruction store.Instruction)
src/consensus/testing_mocks.go:309
↓ 1 callers
Function
mockStoreDefaultIsReadOnly
(s *mockStore, instruction store.Instruction)
src/consensus/testing_mocks.go:317
↓ 1 callers
Function
mockStoreDefaultIsWriteOnly
(s *mockStore, instruction store.Instruction)
src/consensus/testing_mocks.go:325
↓ 1 callers
Function
newDependencyManager
(manager *Manager)
src/consensus/manager_depedencies.go:346
↓ 1 callers
Function
newEvent
()
src/consensus/manager.go:123
↓ 1 callers
Function
newIntVal
(val int, ts time.Time)
src/consensus/testing_mocks.go:30
↓ 1 callers
Function
newMockNode
creates a simple node don't use for tests that depend on complex topology
src/consensus/testing_mocks.go:76
↓ 1 callers
Function
numMappedNodes
returns the total number of nodes in a node map
src/cluster/cluster.go:484
↓ 1 callers
Method
preaccept
-------------- state changes --------------
src/consensus/instance.go:300
↓ 1 callers
Method
quorumSize
()
src/consensus/testing_setup.go:161
↓ 1 callers
Function
readLocalOnly
returns true if the consistency level only requires talking to local nodes
src/cluster/cluster.go:494
↓ 1 callers
Function
reconcileString
(key string, highValue *String, values []store.Value)
src/kvstore/val_string.go:74
↓ 1 callers
Function
reconcileString
(key string, highValue *String, values map[string]store.Value)
src/redis/val_string.go:74
↓ 1 callers
Function
reconcileTombstone
(key string, highValue *Tombstone, values []store.Value)
src/kvstore/val_tombstone.go:55
↓ 1 callers
Function
reconcileTombstone
(key string, highValue *Tombstone, values map[string]store.Value)
src/redis/val_tombstone.go:55
↓ 1 callers
Method
refreshRing
refreshes the token ring after changes this method does no locking, the caller needs to do that
src/topology/ring.go:87
↓ 1 callers
Method
setNoop
()
src/consensus/instance.go:392
↓ 1 callers
Function
setupDC
(numDCs int, numNodes int)
src/topology/datacenter_test.go:16
↓ 1 callers
Function
setupReplicaSet
returns a set of mock nodes of the given size
src/consensus/testing_setup.go:72
↓ 1 callers
Function
unresponsiveListener
----------------- connection mocks -----------------
src/cluster/testing.go:178
↓ 1 callers
Method
validateDel
(key string, args []string, timestamp time.Time)
src/kvstore/cmd_del.go:8
↓ 1 callers
Method
validateDel
(key string, args []string, timestamp time.Time)
src/redis/cmd_del.go:8
↓ 1 callers
Method
validateGet
(key string, args []string)
src/kvstore/cmd_get.go:8
↓ 1 callers
Method
validateGet
(key string, args []string)
src/redis/cmd_get.go:8
↓ 1 callers
Method
validateSet
(key string, args []string, timestamp time.Time)
src/kvstore/cmd_set.go:9
↓ 1 callers
Method
validateSet
(key string, args []string, timestamp time.Time)
src/redis/cmd_set.go:9
Method
AddDependency
(instance *Instance)
src/consensus/manager_depedencies.go:334
Method
AddNode
(n Node)
src/topology/topology.go:46
Method
AllNodes
()
src/topology/datacenter.go:60
Method
ApplyQuery
executes a query against the local store
src/clusterproto/clusterproto.go:43
Function
AssertEqual
(t *testing.T, name string, v1 interface {}, v2 interface{})
src/testing_helpers/helpers.go:8
Function
AssertSliceEqual
(t *testing.T, name string, v1 []byte, v2 []byte)
src/testing_helpers/helpers.go:18
Function
AssertStringArrayEqual
(t *testing.T, name string, v1 []string, v2 []string)
src/testing_helpers/helpers.go:28
Function
BenchmarkQueries
(b *testing.B)
src/consensus/consensus_test.go:549
Method
BenchmarkTarjan
(c *gocheck.C)
src/consensus/algorithms_test.go:289
Method
Check
(params []interface{}, names []string)
src/consensus/testing_checks.go:11
Method
Check
(params []interface{}, names []string)
src/consensus/testing_checks.go:41
Method
Clear
remove all keys from i
src/consensus/instance_containers.go:104
Method
Copy
()
src/consensus/instance_containers.go:110
Method
Dec
(stat string, value int64, rate float32)
src/consensus/testing_mocks.go:245
Method
Deserialize
(buf *bufio.Reader)
src/kvstore/val_string.go:59
Method
Deserialize
(buf *bufio.Reader)
src/kvstore/val_tombstone.go:46
Method
Deserialize
(buf *bufio.Reader)
src/kvstore/val_bool.go:58
Method
Deserialize
(buf *bufio.Reader)
src/redis/val_string.go:59
Method
Deserialize
(buf *bufio.Reader)
src/redis/val_tombstone.go:46
Method
Deserialize
(buf *bufio.Reader)
src/redis/val_bool.go:58
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:55
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:123
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:181
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:229
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:261
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:281
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:313
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:363
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:401
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:438
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:480
Method
Deserialize
(buf *bufio.Reader)
src/consensus/message.go:521
Method
Deserialize
(_ *bufio.Reader)
src/consensus/testing_mocks.go:45
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_query.go:41
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_query.go:90
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_query.go:122
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_connect.go:146
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_connect.go:201
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_connect.go:228
Method
Deserialize
(buf *bufio.Reader)
src/cluster/message_connect.go:255
Method
Deserialize
(*bufio.Reader)
src/cluster/message_stream.go:27
Method
Deserialize
(*bufio.Reader)
src/cluster/message_stream.go:36
← previous
next →
301–400 of 1,093, ranked by callers