MCPcopy Index your code

hub / github.com/paypal/junodb / types & classes

Types & classes696 in github.com/paypal/junodb

↓ 31 callersTypeAliasOpStatus
pkg/proto/defs.go:31
↓ 28 callersTypeAliasOpCode
pkg/proto/defs.go:30
↓ 20 callersTypeAliasID
pkg/shard/shard.go:24
↓ 6 callersTypeAliasCompressionType
CompressionType specifies the block compression. DB contents are stored in a set of blocks, each of which holds a sequence of key,value pairs. Each bl
third_party/patches/forked/tecbot/gorocksdb/options.go:13
↓ 5 callersTypeAliasInfoLogLevel
InfoLogLevel describes the log level.
third_party/patches/forked/tecbot/gorocksdb/options.go:47
↓ 5 callersTypeAliasLevel
Level is exported because it appears in the arguments to V and is the type of the v flag, which can be set programmatically. It's a distinct type beca
third_party/forked/golang/glog/glog.go:228
↓ 5 callersTypeAliasVerbose
Verbose is a boolean type that implements Infof (like Printf) etc. See the documentation of V for more information.
third_party/forked/golang/glog/glog.go:1030
↓ 4 callersTypeAliasCompactionAccessPattern
CompactionAccessPattern specifies the access patern in compaction.
third_party/patches/forked/tecbot/gorocksdb/options.go:36
↓ 4 callersTypeAliasServerType
pkg/logging/otel/defs.go:244
↓ 4 callersTypeAliasStateType
Start of OutboundConnector
pkg/io/outboundconnector.go:51
↓ 4 callersTypeAliasType
cmd/proxy/stats/statsinit.go:38
↓ 4 callersTypeAliasbyWeight
pkg/cluster/zone.go:374
↓ 4 callersTypeAliasseverity
severity identifies the sort of log: info, warning etc. It also implements the flag.Value interface. The -stderrthreshold flag is of type severity and
third_party/forked/golang/glog/glog.go:95
↓ 3 callersTypeAliasCompactionStyle
CompactionStyle specifies the compaction style.
third_party/patches/forked/tecbot/gorocksdb/options.go:26
↓ 3 callersTypeAliasbyValue
helper
pkg/cluster/node.go:259
↓ 2 callersTypeAliasListenerType
pkg/io/listener.go:41
↓ 2 callersTypeAliasrecordFlagT
cmd/storageserv/storage/db/record.go:109
↓ 2 callersTypeAliasuint32T
pkg/proto/metaField.go:96
↓ 2 callersTypeAliasuint64T
pkg/proto/metaField.go:97
↓ 1 callersTypeAliasCMetric
************************************ Types ****************************
pkg/logging/otel/defs.go:217
↓ 1 callersClassConfig
cmd/etcdsvr/etcdsvr.py:87
↓ 1 callersClassConfig
docker/service/junoclusterserv/etcdsvr.py:72
↓ 1 callersTypeAliasFlag
pkg/sec/secinit.go:60
↓ 1 callersClassManager
cmd/etcdsvr/etcdsvr.py:336
↓ 1 callersClassManager
docker/service/junoclusterserv/etcdsvr.py:317
↓ 1 callersTypeAliasOpCode
pkg/proto/mayfly/defs.go:29
↓ 1 callersTypeAliasOpMode
pkg/proto/mayfly/defs.go:31
↓ 1 callersTypeAliasOpStatus
pkg/proto/mayfly/defs.go:30
↓ 1 callersTypeAliasOrderedList
Ordered list of entries for all zones
cmd/dbscanserv/prime/join.go:43
↓ 1 callersTypeAliasPayloadType
pkg/proto/payload.go:50
↓ 1 callersTypeAliasRecordID
cmd/storageserv/storage/db/recordid.go:37
↓ 1 callersTypeAliasRequestId
pkg/proto/requestid.go:36
↓ 1 callersTypeAliasRequestType
test/drv/junoload/tsteng.go:49
↓ 1 callersTypeAliasServerType
test/testutil/server/cluster.go:66
↓ 1 callersTypeAliasStatus
pkg/logging/calstatus.go:27
↓ 1 callersTypeAliasbyteSequenceT
pkg/proto/metaField.go:103
↓ 1 callersTypeAliascfgTypeT
cmd/tools/cmd/cfg/cfggen.go:34
↓ 1 callersTypeAliaslogBridge
logBridge provides the Write method that enables CopyStandardLogTo to connect Go's standard logs to the logs provided by this package.
third_party/forked/golang/glog/glog.go:974
↓ 1 callersTypeAliasmessageTypeFlagT
pkg/proto/defs.go:32
↓ 1 callersTypeAliasopMsgFlagT
pkg/proto/header.go:27
ClassAbstractRequest
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/AbstractRequest.java:23
ClassAbstractResponse
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/AbstractResponse.java:23
StructAdvSSClient
Advanced SSClient to mock proxy in the test
test/testutil/ssclient/advssclient.go:54
StructAppNamespaceStats
pkg/stats/appnsstats.go:56
ClassAssert
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/Assert.java:21
StructAtomicCounter
pkg/util/atomiccounter.go:26
StructAtomicShareCounter
pkg/util/atomiccounter.go:66
StructAtomicUint64Counter
pkg/util/atomiccounter.go:46
InterfaceBackoff
pkg/logging/cal/net/io/backoff.go:24
ClassBaseProcessor
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/BaseProcessor.java:28
ClassBaseProcessorTest
client/Java/Juno/juno-client-impl/src/test/java/com/paypal/juno/net/BaseProcessorTest.java:28
ClassBasePropertiesProvider
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/BasePropertiesProvider.java:29
ClassBatchCreateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchCreateTest.java:47
ClassBatchDestroyTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchDestroyTest.java:45
ClassBatchGetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchGetTest.java:45
ClassBatchReactCreateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactCreateTest.java:45
ClassBatchReactDestroyTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactDestroyTest.java:43
ClassBatchReactGetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactGetTest.java:44
ClassBatchReactSetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactSetTest.java:45
ClassBatchReactSubscriber
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactSubscriber.java:40
ClassBatchReactUpdateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactUpdateTest.java:49
ClassBatchSetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchSetTest.java:50
ClassBatchTestSubscriber
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchTestSubscriber.java:39
ClassBatchUpdateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchUpdateTest.java:50
StructBuffer
A Buffer is a variable-sized buffer of bytes with Read and Write methods. The zero value for Buffer is an empty buffer ready to use.
pkg/util/buffer.go:18
InterfaceBufferPool
pkg/util/bufferpool.go:26
InterfaceBytePool
pkg/util/bytepool.go:27
StructCMap
pkg/util/cmap.go:34
StructCalMessage
Msg is a single log message. TODO: Document (if only by reference) the intended use of the fields, and which the user should set and which the client
pkg/logging/cal/net/protocol/message.go:37
StructChanBufferPool
channel based buffer pool
pkg/util/bufferpool.go:65
StructChanBytePool
channel based buffer pool
pkg/util/bytepool.go:60
StructChanPool
pkg/util/pool.go:22
StructChildInfo
pkg/service/servermgr.go:35
StructChildInfo
cmd/storageserv/app/storagemgr.go:44
InterfaceClient
Client is a CAL client. It is used to configure and organize the connection to the CAL daemon. Host, port, and service name must be set prior to doing
pkg/logging/cal/net/io/clientapi.go:35
ClassClientHandler
To process response from proxy servers. This object is linked to channel pipeline.
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/ClientHandler.java:38
StructClientInfo
ClientInfo is info sent once by the client on initial connection to the server.
pkg/logging/cal/net/protocol/wire.go:81
StructCluster
pkg/cluster/cluster.go:40
StructCluster
test/testutil/server/cluster.go:55
StructClusterCache
pkg/cluster/cluster.go:47
StructClusterConfig
test/testutil/server/config.go:53
StructClusterConfig
cmd/dbscanserv/app/init.go:43
StructClusterMap
cmd/dbscanserv/app/init.go:53
StructClusterStats
pkg/cluster/clusterstats.go:47
StructClusterWriter
Base implemenation for cluster.IWriter
pkg/etcd/etcdwriter.go:40
StructCmd
test/cli/util.go:32
TypeAliasCmdConfig
cmd/dbscanserv/app/init.go:41
StructCmdLine
test/drv/bulkload/bulkload.go:44
StructCmdLine
cmd/storageserv/storage/db/dbcopy/cmd.go:28
StructCmdLine
cmd/dbscanserv/app/cmd.go:39
StructCmdNamespaceReply
cmd/dbscanserv/app/remote.go:94
StructCmdNamespaceRequest
cmd/dbscanserv/app/remote.go:86
StructCmdOptions
test/drv/junoload/junoload.go:63
StructCmdProxyCommon
cmd/proxy/app/proxymgr.go:53
StructCmdProxyStats
cmd/tools/cmd/stats/proxystats.go:32
StructCmdReply
cmd/dbscanserv/app/remote.go:66
StructCmdRequest
cmd/dbscanserv/app/remote.go:49
StructCmdStorageCommon
cmd/storageserv/app/ssmgr.go:48
StructCmdStorageStats
cmd/tools/cmd/stats/storagestats.go:32
StructCmdUpdatePatch
cmd/dbscanserv/app/patch.go:40
next →1–100 of 696, ranked by callers