Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/paypal/junodb
/ types & classes
Types & classes
696 in github.com/paypal/junodb
⨍
Functions
5,003
◇
Types & classes
696
↓ 31 callers
TypeAlias
OpStatus
pkg/proto/defs.go:31
↓ 28 callers
TypeAlias
OpCode
pkg/proto/defs.go:30
↓ 20 callers
TypeAlias
ID
pkg/shard/shard.go:24
↓ 6 callers
TypeAlias
CompressionType
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 callers
TypeAlias
InfoLogLevel
InfoLogLevel describes the log level.
third_party/patches/forked/tecbot/gorocksdb/options.go:47
↓ 5 callers
TypeAlias
Level
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 callers
TypeAlias
Verbose
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 callers
TypeAlias
CompactionAccessPattern
CompactionAccessPattern specifies the access patern in compaction.
third_party/patches/forked/tecbot/gorocksdb/options.go:36
↓ 4 callers
TypeAlias
ServerType
pkg/logging/otel/defs.go:244
↓ 4 callers
TypeAlias
StateType
Start of OutboundConnector
pkg/io/outboundconnector.go:51
↓ 4 callers
TypeAlias
Type
cmd/proxy/stats/statsinit.go:38
↓ 4 callers
TypeAlias
byWeight
pkg/cluster/zone.go:374
↓ 4 callers
TypeAlias
severity
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 callers
TypeAlias
CompactionStyle
CompactionStyle specifies the compaction style.
third_party/patches/forked/tecbot/gorocksdb/options.go:26
↓ 3 callers
TypeAlias
byValue
helper
pkg/cluster/node.go:259
↓ 2 callers
TypeAlias
ListenerType
pkg/io/listener.go:41
↓ 2 callers
TypeAlias
recordFlagT
cmd/storageserv/storage/db/record.go:109
↓ 2 callers
TypeAlias
uint32T
pkg/proto/metaField.go:96
↓ 2 callers
TypeAlias
uint64T
pkg/proto/metaField.go:97
↓ 1 callers
TypeAlias
CMetric
************************************ Types ****************************
pkg/logging/otel/defs.go:217
↓ 1 callers
Class
Config
cmd/etcdsvr/etcdsvr.py:87
↓ 1 callers
Class
Config
docker/service/junoclusterserv/etcdsvr.py:72
↓ 1 callers
TypeAlias
Flag
pkg/sec/secinit.go:60
↓ 1 callers
Class
Manager
cmd/etcdsvr/etcdsvr.py:336
↓ 1 callers
Class
Manager
docker/service/junoclusterserv/etcdsvr.py:317
↓ 1 callers
TypeAlias
OpCode
pkg/proto/mayfly/defs.go:29
↓ 1 callers
TypeAlias
OpMode
pkg/proto/mayfly/defs.go:31
↓ 1 callers
TypeAlias
OpStatus
pkg/proto/mayfly/defs.go:30
↓ 1 callers
TypeAlias
OrderedList
Ordered list of entries for all zones
cmd/dbscanserv/prime/join.go:43
↓ 1 callers
TypeAlias
PayloadType
pkg/proto/payload.go:50
↓ 1 callers
TypeAlias
RecordID
cmd/storageserv/storage/db/recordid.go:37
↓ 1 callers
TypeAlias
RequestId
pkg/proto/requestid.go:36
↓ 1 callers
TypeAlias
RequestType
test/drv/junoload/tsteng.go:49
↓ 1 callers
TypeAlias
ServerType
test/testutil/server/cluster.go:66
↓ 1 callers
TypeAlias
Status
pkg/logging/calstatus.go:27
↓ 1 callers
TypeAlias
byteSequenceT
pkg/proto/metaField.go:103
↓ 1 callers
TypeAlias
cfgTypeT
cmd/tools/cmd/cfg/cfggen.go:34
↓ 1 callers
TypeAlias
logBridge
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 callers
TypeAlias
messageTypeFlagT
pkg/proto/defs.go:32
↓ 1 callers
TypeAlias
opMsgFlagT
pkg/proto/header.go:27
Class
AbstractRequest
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/AbstractRequest.java:23
Class
AbstractResponse
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/AbstractResponse.java:23
Struct
AdvSSClient
Advanced SSClient to mock proxy in the test
test/testutil/ssclient/advssclient.go:54
Struct
AppNamespaceStats
pkg/stats/appnsstats.go:56
Class
Assert
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/Assert.java:21
Struct
AtomicCounter
pkg/util/atomiccounter.go:26
Struct
AtomicShareCounter
pkg/util/atomiccounter.go:66
Struct
AtomicUint64Counter
pkg/util/atomiccounter.go:46
Interface
Backoff
pkg/logging/cal/net/io/backoff.go:24
Class
BaseProcessor
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/BaseProcessor.java:28
Class
BaseProcessorTest
client/Java/Juno/juno-client-impl/src/test/java/com/paypal/juno/net/BaseProcessorTest.java:28
Class
BasePropertiesProvider
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/BasePropertiesProvider.java:29
Class
BatchCreateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchCreateTest.java:47
Class
BatchDestroyTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchDestroyTest.java:45
Class
BatchGetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchGetTest.java:45
Class
BatchReactCreateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactCreateTest.java:45
Class
BatchReactDestroyTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactDestroyTest.java:43
Class
BatchReactGetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactGetTest.java:44
Class
BatchReactSetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactSetTest.java:45
Class
BatchReactSubscriber
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactSubscriber.java:40
Class
BatchReactUpdateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactUpdateTest.java:49
Class
BatchSetTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchSetTest.java:50
Class
BatchTestSubscriber
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchTestSubscriber.java:39
Class
BatchUpdateTest
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchUpdateTest.java:50
Struct
Buffer
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
Interface
BufferPool
pkg/util/bufferpool.go:26
Interface
BytePool
pkg/util/bytepool.go:27
Struct
CMap
pkg/util/cmap.go:34
Struct
CalMessage
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
Struct
ChanBufferPool
channel based buffer pool
pkg/util/bufferpool.go:65
Struct
ChanBytePool
channel based buffer pool
pkg/util/bytepool.go:60
Struct
ChanPool
pkg/util/pool.go:22
Struct
ChildInfo
pkg/service/servermgr.go:35
Struct
ChildInfo
cmd/storageserv/app/storagemgr.go:44
Interface
Client
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
Class
ClientHandler
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
Struct
ClientInfo
ClientInfo is info sent once by the client on initial connection to the server.
pkg/logging/cal/net/protocol/wire.go:81
Struct
Cluster
pkg/cluster/cluster.go:40
Struct
Cluster
test/testutil/server/cluster.go:55
Struct
ClusterCache
pkg/cluster/cluster.go:47
Struct
ClusterConfig
test/testutil/server/config.go:53
Struct
ClusterConfig
cmd/dbscanserv/app/init.go:43
Struct
ClusterMap
cmd/dbscanserv/app/init.go:53
Struct
ClusterStats
pkg/cluster/clusterstats.go:47
Struct
ClusterWriter
Base implemenation for cluster.IWriter
pkg/etcd/etcdwriter.go:40
Struct
Cmd
test/cli/util.go:32
TypeAlias
CmdConfig
cmd/dbscanserv/app/init.go:41
Struct
CmdLine
test/drv/bulkload/bulkload.go:44
Struct
CmdLine
cmd/storageserv/storage/db/dbcopy/cmd.go:28
Struct
CmdLine
cmd/dbscanserv/app/cmd.go:39
Struct
CmdNamespaceReply
cmd/dbscanserv/app/remote.go:94
Struct
CmdNamespaceRequest
cmd/dbscanserv/app/remote.go:86
Struct
CmdOptions
test/drv/junoload/junoload.go:63
Struct
CmdProxyCommon
cmd/proxy/app/proxymgr.go:53
Struct
CmdProxyStats
cmd/tools/cmd/stats/proxystats.go:32
Struct
CmdReply
cmd/dbscanserv/app/remote.go:66
Struct
CmdRequest
cmd/dbscanserv/app/remote.go:49
Struct
CmdStorageCommon
cmd/storageserv/app/ssmgr.go:48
Struct
CmdStorageStats
cmd/tools/cmd/stats/storagestats.go:32
Struct
CmdUpdatePatch
cmd/dbscanserv/app/patch.go:40
next →
1–100 of 696, ranked by callers