MCPcopy
hub / github.com/uber/aresdb / Lock

Method Lock

memstore/mocks/MemStore.go:215–217  ·  view source on GitHub ↗

Lock provides a mock function with given fields:

()

Source from the content-addressed store, hash-verified

213
214// Lock provides a mock function with given fields:
215func (_m *MemStore) Lock() {
216 _m.Called()
217}
218
219// Purge provides a mock function with given fields: table, shardID, batchIDStart, batchIDEnd, reporter
220func (_m *MemStore) Purge(table string, shardID int, batchIDStart int, batchIDEnd int, reporter memstore.PurgeJobDetailReporter) error {

Callers 15

PrepareEnumCasesMethod · 0.45
fetchAndSetEnumCasesMethod · 0.45
setTableMethod · 0.45
AddTableShardMethod · 0.45
DeleteTableShardMethod · 0.45
updateCacheMethod · 0.45
nowMethod · 0.45
advanceClockMethod · 0.45
SyncUpJobConfigsMethod · 0.45
startEtcdHBServiceMethod · 0.45
AddProcessorMethod · 0.45
RemoveProcessorMethod · 0.45

Implementers 2

memStoreImplmemstore/memstore.go
MemStorememstore/mocks/MemStore.go

Calls

no outgoing calls

Tested by 4

nowMethod · 0.36
advanceClockMethod · 0.36
testFinishFunction · 0.36
updateMethod · 0.36