MCPcopy Create free account

hub / github.com/paypal/junodb / functions

Functions5,003 in github.com/paypal/junodb

↓ 4 callersMethodgetAddress
()
client/Java/examples/employee-dashboard-app/src/main/java/com/paypal/juno/employeedashboardapp/model/Employee.java:75
↓ 4 callersMethodgetApplicationName
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:148
↓ 4 callersMethodgetBufferLength
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/PayloadOperationMessage.java:145
↓ 4 callersMethodgetConnectionTimeout
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/conf/JunoPropertiesProvider.java:131
↓ 4 callersMethodgetCreationTime
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:76
↓ 4 callersMethodgetDbInstanceAndKey
(id RecordID)
cmd/storageserv/storage/db/sharding.go:33
↓ 4 callersMethodgetFieldSize
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/MetaMessageTagAndType.java:74
↓ 4 callersFunctiongetHistogram
(histName CMetric)
pkg/logging/otel/logger.go:230
↓ 4 callersMethodgetMaxKeySize
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/conf/JunoPropertiesProvider.java:165
↓ 4 callersMethodgetMsgType
()
pkg/proto/header.go:119
↓ 4 callersMethodgetPartition
(key string)
pkg/util/cmap.go:49
↓ 4 callersMethodgetPort
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/transport/socket/SocketConfigHolder.java:58
↓ 4 callersMethodgetRecord
Return our mock record based on the namespace and key. @param namespace outer key @param key inner key @return the mock record if we have it, otherwi
client/Java/Juno/juno-client-impl/src/test/java/com/paypal/juno/mock/MockJunoUnresponsiveServer.java:222
↓ 4 callersMethodgetRecord
Return our mock record based on the namespace and key. @param namespace outer key @param key inner key @return the mock record if we have it, otherwi
client/Java/Juno/juno-client-impl/src/test/java/com/paypal/juno/mock/MockJunoServer.java:216
↓ 4 callersMethodgetRecord
(int id)
client/Java/examples/employee-dashboard-app/src/main/java/com/paypal/juno/employeedashboardapp/service/JunoCache.java:93
↓ 4 callersMethodgetReqStartTime
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:164
↓ 4 callersMethodgetRequestUuid
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/MetaOperationMessage.java:142
↓ 4 callersMethodgetServerIp
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/OperationMessage.java:75
↓ 4 callersMethodgetTTL
()
test/drv/junoload/randomgen.go:72
↓ 4 callersMethodgrow
grow grows the buffer to guarantee space for n more bytes. It returns the index where bytes should be written. If the buffer can't grow it will panic
pkg/util/buffer.go:88
↓ 4 callersFunctionh
(a)
client/Ruby/docs/js/jquery.js:2
↓ 4 callersFunctionhighlight
()
client/Ruby/docs/js/full_list.js:176
↓ 4 callersMethodincrementFailedAttempts
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/RequestQueue.java:242
↓ 4 callersMethodincrementSuccessfulAttempts
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/RequestQueue.java:244
↓ 4 callersMethodinitialize
()
pkg/stats/sharedstats.go:53
↓ 4 callersFunctionisConflict
TODO: revisit... Used to detect replication conflict. Not for conditional update
cmd/storageserv/storage/storage.go:1129
↓ 4 callersMethodnDigits
nDigits formats an n-digit integer at buf.tmp[i], padding with pad on the left. It assumes d >= 0.
third_party/forked/golang/glog/glog.go:669
↓ 4 callersFunctionnewDefaultGetRequest
()
cmd/storageserv/storage/get_test.go:87
↓ 4 callersMethodonEvent
(TestEvent event)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/net/IOProcessor.java:195
↓ 4 callersMethodonFailure
(rc *SSRequestContext)
cmd/proxy/proc/destroy.go:75
↓ 4 callersMethodonIOError
()
cmd/proxy/proc/state.go:145
↓ 4 callersMethodonPrepareFailure
(rc *SSRequestContext)
cmd/proxy/proc/destroy2.go:144
↓ 4 callersMethodonTimeout
()
cmd/proxy/proc/state.go:140
↓ 4 callersMethodoutput
output writes the data to the log files and releases the buffer.
third_party/forked/golang/glog/glog.go:737
↓ 4 callersFunctionprintUsage
()
cmd/clustermgr/clusterctl/clusterctl.go:167
↓ 4 callersMethodprocessIntProperty
(String property, Integer currentValue, int min,int max, Integer defaultValue)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/client/JunoClientConfigHolder.java:264
↓ 4 callersMethodreplyToClientAndRepair
()
cmd/proxy/proc/get.go:77
↓ 4 callersMethodsendMessage
(msg *proto.RawMessage, ssIndex uint32)
cmd/proxy/proc/base.go:489
↓ 4 callersMethodsendPrepareRequest
()
cmd/proxy/proc/processor.go:57
↓ 4 callersMethodserializeObject
(Employee emp)
client/Java/examples/employee-dashboard-app/src/main/java/com/paypal/juno/employeedashboardapp/model/Employee.java:138
↓ 4 callersMethodset
Update the record if present in Juno DB else create that record with the default TTL in the configuration @param key - Key of the record to be Upserte
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/client/impl/JunoClientImpl.java:123
↓ 4 callersMethodsetCompressionType
(CompressionType compressionType)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/PayloadOperationMessage.java:129
↓ 4 callersMethodsetInitSSRequest
()
cmd/proxy/proc/base.go:75
↓ 4 callersMethodsetMessageSize
(long messageSize)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:184
↓ 4 callersMethodsetOpCode
(opcode proto.OpCode)
cmd/proxy/proc/state.go:92
↓ 4 callersMethodsetStatus
(ServerOperationStatus status)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:137
↓ 4 callersMethodsetValue
(byte[] value)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:113
↓ 4 callersMethodsetupShards
(dbnamePrefix string, shardMap shard.Map)
cmd/storageserv/storage/db/sharding.go:35
↓ 4 callersMethodshuttingDown
()
pkg/service/service.go:194
↓ 4 callersFunctionsim_timeout
(zoneid uint32, nodeid uint32, to_freq uint32, chQuit chan bool, cs *ClusterStats)
pkg/cluster/clusterstats_test.go:29
↓ 4 callersMethodsize
()
cmd/proxy/stats/shmstats/shmstats.go:233
↓ 4 callersMethodsucceeded
()
cmd/proxy/proc/get.go:73
↓ 4 callersMethodtestCreateGetKey
(int loops)
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/ConnectionPoolingTest.java:279
↓ 4 callersMethoduseSSL
@return true to use SSL
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/transport/TransportConfigHolder.java:50
↓ 4 callersMethodvalidateInput
Validate the user supplied inputs for limits based on the operation type @param req - Request parameters to be validated @param opr - Type of Operatio
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/JunoClientUtil.java:157
↓ 4 callersMethodvalidatePath
set path to be under Config.RootDir if path is empty or not specified as absolute path
cmd/storageserv/config/config.go:219
↓ 4 callersFunctionwriteBasicSSRequestInfo
(b *logging.KeyValueBuffer, ssOp proto.OpCode, ssIndex int, ssAddr string, proc *ProcessorBase)
cmd/proxy/proc/proc_logging.go:85
↓ 4 callersMethodwriteBuf
(ByteBuf out)
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/MessageHeader.java:307
↓ 4 callersFunctionx
(a,b)
client/Ruby/docs/js/jquery.js:2
↓ 3 callersMethodAddDropReason
(reason string)
pkg/logging/logging.go:146
↓ 3 callersMethodAddExample
(cmdExample string, desc string)
pkg/cmd/cmd.go:52
↓ 3 callersFunctionAddHeader
AddHeader returns data ready for sending to the CAL daemon by returning msg prepended by a CAL message header.
pkg/logging/cal/net/protocol/wire.go:34
↓ 3 callersMethodAddNamespace
(ns []byte)
pkg/logging/logging.go:108
↓ 3 callersMethodAddOpRequestResponse
difference from AddOpRequestResponseInfo(): not log correlation id, key, or namespace
pkg/logging/logging.go:283
↓ 3 callersMethodAddRequestHandleTime
(rhtus int)
pkg/logging/logging.go:179
↓ 3 callersFunctionCleanStatus
CleanStatus makes s an appropriate CAL status.
pkg/logging/cal/net/protocol/message.go:284
↓ 3 callersMethodClose
()
pkg/io/outboundconnector.go:129
↓ 3 callersFunctionCloseDb
()
cmd/dbscanserv/prime/db.go:155
↓ 3 callersFunctionCloseProxyConnect
()
cmd/dbscanserv/prime/result.go:74
↓ 3 callersMethodCompactRangeOptions
CompactRangeOptions runs a manual compaction on a Range of keys with options.
third_party/patches/forked/tecbot/gorocksdb/compact_range_options.go:23
↓ 3 callersMethodCopy
Copy deep copy the given LimitsConfig
cmd/proxy/config/limitscfg.go:171
↓ 3 callersMethodCreateResponse
()
pkg/proto/opMsg.go:75
↓ 3 callersMethodDecode
(raw []byte)
pkg/proto/mayfly/msg.go:247
↓ 3 callersMethodDecode
(value *bytes.Buffer)
test/testutil/mock/common.go:87
↓ 3 callersFunctionDecodeRecordKey
(sskey []byte)
cmd/storageserv/storage/db/recordid.go:78
↓ 3 callersFunctionDecodeRecordKeyNoShardID
(storageKey []byte)
cmd/storageserv/storage/db/recordid.go:86
↓ 3 callersFunctionDecodeVal
(val []byte)
cmd/dbscanserv/prime/meta.go:199
↓ 3 callersMethodDecrypt
()
pkg/proto/payload.go:174
↓ 3 callersMethodDeepCopy
(from *RawMessage)
pkg/proto/rawmessage.go:53
↓ 3 callersMethodDefault
()
pkg/sec/seccfg.go:62
↓ 3 callersMethodDeleteKey
(key string)
pkg/etcd/etcdclient.go:319
↓ 3 callersMethodDidResume
()
pkg/sec/sslctx.go:33
↓ 3 callersMethodEncodeToBuffer
(buffer *bytes.Buffer)
cmd/storageserv/storage/db/record.go:199
↓ 3 callersMethodEncodingSize
()
cmd/storageserv/storage/db/record.go:195
↓ 3 callersMethodEqual
(id RequestId)
pkg/proto/requestid.go:90
↓ 3 callersFunctionExitln
Exitln logs to the FATAL, ERROR, WARNING, and INFO logs, then calls os.Exit(1).
third_party/forked/golang/glog/glog.go:1154
↓ 3 callersFunctionFinalize
()
cmd/proxy/stats/shmstats/shmstats.go:898
↓ 3 callersMethodFlush
()
third_party/forked/golang/glog/glog.go:417
↓ 3 callersFunctionGenRemoteAddr
(ip string, zoneid int)
cmd/dbscanserv/app/remote.go:147
↓ 3 callersMethodGet
()
pkg/util/bytepool.go:28
↓ 3 callersMethodGetCipherName
()
pkg/sec/sslctx.go:32
↓ 3 callersMethodGetConfig
GetConfig returns the config properties of a given key
pkg/cfg/cfg.go:130
↓ 3 callersMethodGetCorrelationID
()
pkg/proto/opMsg.go:333
↓ 3 callersFunctionGetDbMapRange
()
cmd/dbscanserv/prime/db.go:62
↓ 3 callersMethodGetDecryptionKey
(version uint32)
pkg/proto/cryptoks.go:33
↓ 3 callersMethodGetError
()
internal/cli/ctx.go:31
↓ 3 callersMethodGetHttpMonAddr
()
test/testutil/server/server.go:54
↓ 3 callersFunctionGetListenerStats
()
cmd/proxy/stats/shmstats/shmstats.go:937
↓ 3 callersMethodGetNumActiveConnections
()
pkg/io/listener.go:51
↓ 3 callersFunctionGetNumOpenDbs
()
cmd/dbscanserv/prime/db.go:107
← previousnext →701–800 of 5,003, ranked by callers