Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/paypal/junodb
/ functions
Functions
5,003 in github.com/paypal/junodb
⨍
Functions
5,003
◇
Types & classes
696
↓ 1,282 callers
Method
getStatus
@return the operation Status
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:72
↓ 794 callers
Method
get
Get a record from Juno DB @param key - Key of the record to be retrieved @return JunoResponse - Juno Response object which contains the status of the
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:53
↓ 658 callers
Method
getValue
@return the value
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:51
↓ 646 callers
Method
genBytes
Generate some random bytes. @param length the length of the string to gen; must be >= 0 @throws IllegalArgumentException if length < 0
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/DataGenUtils.java:131
↓ 592 callers
Method
Error
()
pkg/errors/error.go:40
↓ 489 callers
Function
V
V reports whether verbosity at the call site is at least the requested level. The returned value is a boolean of type Verbose, which implements Info,
third_party/forked/golang/glog/glog.go:1046
↓ 435 callers
Method
getName
()
client/Java/examples/employee-dashboard-app/src/main/java/com/paypal/juno/employeedashboardapp/model/Employee.java:51
↓ 396 callers
Method
getTtl
@return the Remaining time to live
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:65
↓ 390 callers
Method
getVersion
@return the version
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:58
↓ 382 callers
Method
create
Insert a record into Juno DB with default TTL @param key - Key of the record to be Inserted @param value - Record Value @return JunoResponse - Juno Re
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:35
↓ 276 callers
Method
key
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/AbstractRequest.java:41
↓ 264 callers
Function
Infof
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:159
↓ 254 callers
Method
doBatch
Perform batch operation on list of requests @param request - List of requests with necessary data for that operation @return List of responses for the
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:125
↓ 227 callers
Method
createKey
Create a new random key of size byteCount @param byteCount @return the key as a string
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/DataGenUtils.java:198
↓ 219 callers
Method
Log
(t *testing.T)
test/testutil/mock/common.go:116
↓ 216 callers
Function
GenerateRandomKey
************************************ * Function to generate a random key ************************************/
test/testutil/testhelper.go:213
↓ 208 callers
Method
getKey
@return the key
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:45
↓ 205 callers
Method
GetVersion
()
pkg/udf/udfmgr.go:28
↓ 203 callers
Method
set
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-api/src/main/java/com/paypal/juno/client/JunoClient.java:89
↓ 172 callers
Function
Errorf
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:207
↓ 151 callers
Method
delete
Delete the record from Juno DB @param key - Record Key to be deleted @return JunoResponse - Juno Response object which contains the status of the oper
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:106
↓ 136 callers
Method
getVersion
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoRequest.java:103
↓ 133 callers
Method
String
()
pkg/proto/requestid.go:33
↓ 133 callers
Method
update
Update a record in Juno DB @param key - Key of the record to be Updated @param value - Record Value @return JunoResponse - Juno Response object which
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:71
↓ 131 callers
Function
$
(t)
cmd/clustermgr/redistserv/web/js-css/jquery-ui-1.13.2/jquery-ui.min.js:6
↓ 128 callers
Method
equals
(Object obj)
client/Java/Juno/juno-client-impl/src/test/java/com/paypal/juno/mock/MockKey.java:37
↓ 126 callers
Function
NewMockParams
(numss uint8)
test/testutil/mock/common.go:106
↓ 126 callers
Method
getErrorText
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/OperationStatus.java:73
↓ 124 callers
Method
getSSLContext
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/SSLUtil.java:39
↓ 123 callers
Method
call
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/SendBatch.java:51
↓ 120 callers
Function
Error
(args ...interface{})
third_party/forked/golang/glog/pplog.go:189
↓ 120 callers
Method
getErrorText
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/client/ServerOperationStatus.java:76
↓ 115 callers
Method
async_dobatch
(JunoAsyncClient asyncJunoClient, List<JunoRequest> requests)
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchTestSubscriber.java:156
↓ 110 callers
Function
Info
wrappers to glog APIs so we can check log_level before callling into real code
third_party/forked/golang/glog/pplog.go:141
↓ 102 callers
Method
async_dobatch
(JunoReactClient asyncJunoClient, List<JunoRequest> requests)
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/BatchReactSubscriber.java:162
↓ 101 callers
Method
getDefaultLifetime
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/conf/JunoPropertiesProvider.java:141
↓ 100 callers
Function
Debugf
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:253
↓ 98 callers
Method
Add
(key []byte, value string)
pkg/logging/logging.go:94
↓ 94 callers
Method
compareAndSet
Compare the version of the record in Juno DB and update it only if the supplied version is greater than or equal to the existing version in Juno DB @p
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/JunoClient.java:117
↓ 93 callers
Method
rand
(Random rn, int lo, int hi)
client/Java/Juno/FunctionalTests/src/test/java/com/paypal/qa/juno/DataGenUtils.java:208
↓ 90 callers
Function
Exitf
Exitf logs to the FATAL, ERROR, WARNING, and INFO logs, then calls os.Exit(1). Arguments are handled in the manner of fmt.Printf; a newline is appende
third_party/forked/golang/glog/glog.go:1161
↓ 88 callers
Method
Set
(key []byte, value []byte, opts ...IOption)
pkg/client/client.go:80
↓ 86 callers
Method
Bytes
()
pkg/proto/requestid.go:32
↓ 84 callers
Method
getRecordContext
@return Juno record context
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoResponse.java:38
↓ 82 callers
Method
Get
(key []byte, opts ...IOption)
pkg/client/client.go:78
↓ 81 callers
Method
newJunoClient
Instantiates a JunoClient implementation using the Juno config properties from the given URL. <p> Ensure that uKernel CAL Client is initialized. @par
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/client/JunoClientFactory.java:59
↓ 80 callers
Method
value
()
pkg/proto/metaField.go:132
↓ 78 callers
Method
GetTimeToLive
()
pkg/client/client.go:72
↓ 75 callers
Method
getMetaComponent
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/OperationMessage.java:67
↓ 70 callers
Method
Error
()
cmd/storageserv/storage/db/rocksdb.go:52
↓ 70 callers
Function
IsEnabled
()
pkg/logging/cal/logger.go:154
↓ 69 callers
Method
getValue
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoRequest.java:99
↓ 68 callers
Method
Init
()
cmd/proxy/proc/base.go:65
↓ 68 callers
Method
getJunoPool
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/transport/socket/SocketConfigHolder.java:116
↓ 68 callers
Method
getOpType
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:125
↓ 67 callers
Function
CreateAndValidate
(c client.IClient, key []byte, inputData []byte, lifetime uint32, expect_err error)
test/testutil/testhelper.go:254
↓ 65 callers
Method
formFailureResponse
(String msg)
client/Java/examples/client/junoReferenceApp/junoreferenceAppService/src/main/java/com/juno/samples/impl/JunoClientSampleResourceImpl.java:142
↓ 64 callers
Function
GetRecord
************************************************** * Function to get record and do needed validation ***********************************************
test/testutil/testhelper.go:435
↓ 64 callers
Method
WriteString
WriteString appends the contents of s to the buffer, growing the buffer as needed. The return value n is the length of s; err is always nil. If the bu
pkg/util/buffer.go:142
↓ 63 callers
Method
Close
()
pkg/io/listener.go:47
↓ 63 callers
Function
Debug
(args ...interface{})
third_party/forked/golang/glog/pplog.go:235
↓ 62 callers
Method
GetCreationTime
()
pkg/client/client.go:71
↓ 60 callers
Function
Verbosef
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:225
↓ 60 callers
Function
processRequest
(req *proto.OperationalMessage)
cmd/storageserv/storage/storage_test.go:140
↓ 60 callers
Method
toString
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/util/JunoStatusCode.java:30
↓ 59 callers
Method
Create
(key []byte, value []byte, opts ...IOption)
pkg/client/client.go:77
↓ 58 callers
Method
Update
(key []byte, value []byte, opts ...IOption)
pkg/client/client.go:79
↓ 58 callers
Function
Warningf
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:183
↓ 58 callers
Method
getLogger
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/MetaMessageCorrelationIDField.java:67
↓ 58 callers
Method
toString
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/JunoRequest.java:151
↓ 57 callers
Method
getCode
()
client/Java/Juno/juno-client-api/src/main/java/com/paypal/juno/client/io/OperationStatus.java:69
↓ 56 callers
Method
Write
(c *Cluster, version ...uint32)
pkg/cluster/cluster.go:55
↓ 55 callers
Function
DebugInfof
(format string, args ...interface{})
third_party/forked/golang/glog/pplog.go:263
↓ 55 callers
Function
SetAndValidate
*********************************************************** * Function to set and get record to do needed validation *******************************
test/testutil/testhelper.go:301
↓ 53 callers
Method
getValue
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:92
↓ 53 callers
Method
newJunoReactClient
Instantiates a newJunoReactClient implementation using the Juno config properties from the given URL. @param url URL corresponding to the Juno config
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/client/JunoClientFactory.java:145
↓ 52 callers
Function
Event
(eventType string, name string, status string, data []byte)
pkg/logging/cal/logger.go:183
↓ 52 callers
Method
GetRequestID
()
pkg/proto/opMsg.go:337
↓ 52 callers
Method
Parse
(args []string)
pkg/cmd/cmd.go:56
↓ 51 callers
Method
AddInt
(key []byte, value int)
pkg/logging/logging.go:112
↓ 49 callers
Method
GetMessage
()
pkg/io/requestcontext.go:52
↓ 48 callers
Method
Done
Done completes a transaction by setting t.End. t.End is created with NewMsg, using the type and name from t.Start, and calculating t.End's duration ap
pkg/logging/cal/net/protocol/message.go:98
↓ 48 callers
Function
WithTTL
WithTTL function returns an IOption that sets a TTL value.
pkg/client/option.go:53
↓ 47 callers
Function
expectStatus
(t *testing.T, resp *proto.OperationalMessage, expectedStatus proto.OpStatus)
cmd/storageserv/storage/storage_test.go:181
↓ 46 callers
Method
StringOption
(p *string, name string, value string, usage string)
pkg/cmd/cmdoption.go:55
↓ 45 callers
Method
SetCreationTime
(value uint32)
pkg/proto/opMsg.go:254
↓ 45 callers
Method
replyStatusToClient
(st proto.OpStatus)
cmd/proxy/proc/base.go:439
↓ 44 callers
Method
GetOpCode
()
cmd/proxy/proc/inbreqctx.go:44
↓ 44 callers
Method
GetOpStatus
()
pkg/proto/opMsg.go:159
↓ 44 callers
Function
RecordCount
(counterName CMetric, tags []Tags)
pkg/logging/otel/logger.go:338
↓ 44 callers
Method
WriteByte
WriteByte appends the byte c to the buffer, growing the buffer as needed. The returned error is always nil, but is included to match bufio.Writer's Wr
pkg/util/buffer.go:234
↓ 43 callers
Method
PrettyPrint
(w io.Writer)
pkg/client/client.go:73
↓ 43 callers
Method
getPayloadComponent
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/OperationMessage.java:59
↓ 42 callers
Method
GetRequestIDString
()
pkg/proto/mayfly/msg.go:356
↓ 42 callers
Function
NewKVBuffer
()
pkg/logging/logging.go:50
↓ 42 callers
Method
getStatus
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:133
↓ 41 callers
Function
Exit
Exit logs to the FATAL, ERROR, WARNING, and INFO logs, then calls os.Exit(1). Arguments are handled in the manner of fmt.Print; a newline is appended
third_party/forked/golang/glog/glog.go:1141
↓ 41 callers
Method
SetOpCodeForAll
(code OpCode)
test/testutil/mock/common.go:170
↓ 41 callers
Method
getKey
()
client/Java/Juno/juno-client-impl/src/main/java/com/paypal/juno/io/protocol/JunoMessage.java:117
↓ 40 callers
Method
Destroy
(key []byte, opts ...IOption)
pkg/client/client.go:81
next →
1–100 of 5,003, ranked by callers