MCPcopy Create free account

hub / github.com/danchia/ddb / functions

Functions265 in github.com/danchia/ddb

MethodRecord
Returns the current record. Only valid until the next Scan() call. Caller should not modify returned proto.
wal/scanner.go:177
FunctionRegisterDdbServer
(s *grpc.Server, srv DdbServer)
proto/ddb.pb.go:186
MethodReset
()
proto/ddb.pb.go:65
MethodReset
()
proto/ddb.pb.go:96
MethodReset
()
proto/ddb.pb.go:119
MethodReset
()
proto/internal.pb.go:44
MethodReset
()
proto/internal.pb.go:74
MethodReset
()
proto/internal.pb.go:111
MethodReset
()
proto/internal.pb.go:130
MethodReset
Reset resets the prefix encoder.
sst/prefixcoding.go:70
MethodScan
Scan advances the fileScanner to the next log record, which will then be available through the Record method. It returns false when the scan stops, ei
wal/scanner.go:137
MethodSet
(ctx context.Context, in *SetRequest, opts ...grpc.CallOption)
proto/ddb.pb.go:170
MethodSet
(context.Context, *SetRequest)
proto/ddb.pb.go:183
MethodSet
(ctx context.Context, req *pb.SetRequest)
server/database.go:164
FunctionSetupDebugServer
SetupDebugServer starts a HTTP server and installs the standard Go debug handles.
ddbc/common/common.go:38
MethodString
()
proto/ddb.pb.go:66
MethodString
()
proto/ddb.pb.go:97
MethodString
()
proto/ddb.pb.go:120
MethodString
()
proto/internal.pb.go:34
MethodString
()
proto/internal.pb.go:45
MethodString
()
proto/internal.pb.go:75
MethodString
()
proto/internal.pb.go:112
MethodString
()
proto/internal.pb.go:131
MethodSwap
(i, j int)
server/merge.go:106
MethodTest
(key string)
sst/filter_block.go:45
FunctionTestBasic
(t *testing.T)
sst/bloom_test.go:23
FunctionTestConcWriteCallbackInOrder
(t *testing.T)
wal/wal_test.go:81
FunctionTestEvict
(t *testing.T)
sst/cache_test.go:59
FunctionTestFind
(t *testing.T)
sst/sst_test.go:37
FunctionTestFind
(t *testing.T)
memtable/memtable_test.go:31
FunctionTestFreqUsed
(t *testing.T)
sst/cache_test.go:40
FunctionTestGetNotFound
(t *testing.T)
server/server_test.go:59
FunctionTestHitAndMiss
(t *testing.T)
sst/cache_test.go:24
FunctionTestInvalidKeyGet
(t *testing.T)
server/server_test.go:80
FunctionTestInvalidSet
(t *testing.T)
server/server_test.go:111
FunctionTestIter
(t *testing.T)
sst/sst_test.go:154
FunctionTestIterator
(t *testing.T)
memtable/memtable_test.go:73
FunctionTestManyReadsAndWrites
(t *testing.T)
server/server_test.go:144
FunctionTestMerge
(t *testing.T)
server/merge_test.go:22
FunctionTestMergeEmpty
(t *testing.T)
server/merge_test.go:10
FunctionTestPercentile
(t *testing.T)
sst/bloom_test.go:39
FunctionTestPickLevel
(t *testing.T)
memtable/memtable_test.go:160
FunctionTestRandomData
(t *testing.T)
sst/sst_test.go:224
FunctionTestRandomData
(t *testing.T)
memtable/memtable_test.go:115
FunctionTestReadWrite
(t *testing.T)
wal/wal_test.go:28
FunctionTestSetThenGet
(t *testing.T)
server/server_test.go:34
MethodTimestamp
()
sst/datablock.go:211
MethodTimestamp
Timestamp returns the current timestamp.
server/merge.go:79
MethodTimestamp
()
server/iter.go:50
MethodValue
()
sst/datablock.go:207
MethodValue
Value returns the current value.
server/merge.go:82
MethodValue
()
server/iter.go:54
Function_Ddb_Get_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/ddb.pb.go:190
Function_Ddb_Set_Handler
(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor)
proto/ddb.pb.go:208
Functioninit
()
proto/ddb.pb.go:131
Functioninit
()
proto/internal.pb.go:149
Functioninit
()
ddbc/cmd/printdescriptor.go:40
Functioninit
()
ddbc/cmd/set.go:50
Functioninit
()
ddbc/cmd/loaddata.go:110
Functioninit
()
ddbc/cmd/bench.go:140
Functioninit
()
ddbc/cmd/root.go:43
Functioninit
()
ddbc/cmd/get.go:49
Functionmain
()
ddbcli/main.go:36
Functionmain
()
ddbc/main.go:21
FunctionreadAtUvarInt64
(r io.ReaderAt, offset int64)
sst/util.go:47
← previous201–265 of 265, ranked by callers