MCPcopy Create free account

hub / github.com/apache/kudu / functions

Functions19,440 in github.com/apache/kudu

↓ 20 callersMethodstate
src/kudu/transactions/txn_status_entry.cc:62
↓ 20 callersMethodtoArray
@return a copy of the vector as a byte[].
java/kudu-client/src/main/java/org/apache/kudu/util/ByteVec.java:251
↓ 19 callersMethodAddInt32
src/kudu/common/row.h:656
↓ 19 callersMethodAdjustNewOpLowerBound
src/kudu/tablet/mvcc.cc:192
↓ 19 callersFunctionAssertEventually
src/kudu/util/test_util.cc:345
↓ 19 callersMethodCheckMasterHealth
src/kudu/tools/ksck.cc:267
↓ 19 callersMethodCopyWithColumnIds
src/kudu/common/schema.cc:402
↓ 19 callersMethodDeleteTablet
src/kudu/tserver/tablet_service.cc:1500
↓ 19 callersMethodFetchInfoFromTabletServers
src/kudu/tools/ksck.cc:465
↓ 19 callersMethodGetTabletReplicas
src/kudu/tserver/ts_tablet_manager.cc:1625
↓ 19 callersMethodGetTestPath
src/kudu/util/test_util.cc:197
↓ 19 callersMethodHasCustomHashSchemas
src/kudu/common/partition.h:516
↓ 19 callersMethodInvalidate
src/kudu/util/cache.cc:369
↓ 19 callersMethodIsProcessAlive
src/kudu/mini-cluster/external_mini_cluster.cc:1541
↓ 19 callersMethodIsValid
src/kudu/tablet/concurrent_btree.h:1673
↓ 19 callersFunctionLOG_TIMING
src/kudu/integration-tests/full_stack-insert-scan-test.cc:453
↓ 19 callersMethodListSoftDeletedTables
src/kudu/client/client.cc:655
↓ 19 callersFunctionReadFileToString
src/kudu/util/env.cc:98
↓ 19 callersMethodRequestForPeer
src/kudu/consensus/consensus_queue.cc:646
↓ 19 callersFunctionSelectivityComparator
src/kudu/common/column_predicate.cc:941
↓ 19 callersMethodSendRpc
src/kudu/client/master_rpc.cc:138
↓ 19 callersMethodSetBatchSizeBytes
src/kudu/client/client.cc:1860
↓ 19 callersMethodStart
src/kudu/tablet/deltafile.cc:130
↓ 19 callersMethodStart
src/kudu/tserver/heartbeater.cc:248
↓ 19 callersFunctionUint128High64
src/kudu/gutil/int128.h:86
↓ 19 callersFunctionWaitUntilCommittedConfigNumVotersIs
src/kudu/integration-tests/cluster_itest_util.cc:347
↓ 19 callersMethodWrite
src/kudu/master/sys_catalog.cc:627
↓ 19 callersMethodaddShort
Add a short for the specified column. @param columnIndex the column's index in the schema @param val value to add @throws IllegalArgumentException if
java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java:227
↓ 19 callersMethodas_changelist
src/kudu/common/row_changelist.h:191
↓ 19 callersMethodbatchSizeBytes
Sets the maximum number of bytes returned by the scanner, on each batch. The default is 1MB. <p> Kudu may actually return more than this many bytes be
java/kudu-client/src/main/java/org/apache/kudu/client/AbstractKuduScannerBuilder.java:200
↓ 19 callersFunctioncheck_output
r"""Run command with arguments and return its output as a byte string. Backported from Python 2.7 as it's implemented as pure python on stdlib. >>
build-support/kudu_util.py:74
↓ 19 callersMethodcountErrors
Get the current count of collected row errors. Cannot be greater than the max capacity this instance was configured with. @return the count of errors
java/kudu-client/src/main/java/org/apache/kudu/client/ErrorCollector.java:65
↓ 19 callersMethodcreateInsert
(int key)
java/kudu-client/src/test/java/org/apache/kudu/client/TestAsyncKuduSession.java:440
↓ 19 callersMethodduration
src/kudu/util/debug/trace_event_impl.h:138
↓ 19 callersMethodencoding
Set the block encoding for this column. See the documentation for the list of valid options.
java/kudu-client/src/main/java/org/apache/kudu/ColumnSchema.java:439
↓ 19 callersMethodfile
src/kudu/util/file_cache.cc:213
↓ 19 callersMethodgetDouble
Reads a little-endian 8-byte double from the beginning of the given array. @param b The array to read from. @return a double @throws IndexOutOfBoundsE
java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java:727
↓ 19 callersMethodgetFloat
Reads a little-endian 4-byte float from the beginning of the given array. @param b The array to read from. @return a float @throws IndexOutOfBoundsExc
java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java:674
↓ 19 callersMethodgetLogPrefix
@return string representation of the peer information suitable for logging
java/kudu-client/src/main/java/org/apache/kudu/client/Connection.java:503
↓ 19 callersMethodgetPendingErrors
()
java/kudu-client/src/main/java/org/apache/kudu/client/KuduSession.java:202
↓ 19 callersMethodgetScale
Return the scale;
java/kudu-client/src/main/java/org/apache/kudu/ColumnTypeAttributes.java:73
↓ 19 callersMethodhms
src/kudu/mini-cluster/external_mini_cluster.h:442
↓ 19 callersMethodis_deleted
src/kudu/master/catalog_manager.h:255
↓ 19 callersMethodlimit
Sets a limit on the number of rows that will be returned by the scanner. There's no limit by default. @param limit a positive long @return this insta
java/kudu-client/src/main/java/org/apache/kudu/client/AbstractKuduScannerBuilder.java:213
↓ 19 callersMethodnode
src/kudu/util/yamlreader.h:70
↓ 19 callersMethodparent
Retrieve the parent tracker, or NULL If one is not set.
src/kudu/util/mem_tracker.h:157
↓ 19 callersMethodread_default_value
Returns a pointer the default value associated with the column or nullptr if there is no default value. You may check has_read_default() first. The re
src/kudu/common/schema.h:318
↓ 19 callersMethodreset
Sets the timeout to 0 (no timeout) and restarts the stopwatch from scratch.
java/kudu-client/src/main/java/org/apache/kudu/client/TimeoutTracker.java:122
↓ 18 callersFunctionAddHashDimension
src/kudu/common/partition-test.cc:56
↓ 18 callersMethodAddUint32
src/kudu/common/row.h:662
↓ 18 callersFunctionAppendReplicateMessagesToQueue
Appends 'count' messages to 'queue' with different terms and indexes. An operation will only be considered done (TestOperationStatus::IsDone() will b
src/kudu/consensus/consensus-test-util.h:96
↓ 18 callersMethodBlockingGet
Gets an element from the queue; if the queue is empty, blocks until the queue becomes non-empty, or until the deadline passes. If the queue has been
src/kudu/util/blocking_queue.h:86
↓ 18 callersMethodBroadcast
src/kudu/util/condition_variable.cc:132
↓ 18 callersFunctionBuildRaftConfigPBForTests
Builds a configuration of 'num' voters.
src/kudu/consensus/consensus-test-util.h:112
↓ 18 callersMethodCanonicalize
src/kudu/util/oid_generator.cc:53
↓ 18 callersFunctionCheckMetrics
src/kudu/fs/block_manager-test.cc:710
↓ 18 callersMethodComment
src/kudu/client/schema.cc:381
↓ 18 callersFunctionCreateDirIfMissing
src/kudu/util/env_util.cc:211
↓ 18 callersMethodCreateServiceKeytab
src/kudu/security/test/mini_kdc.cc:260
↓ 18 callersMethodDebugString
src/kudu/client/meta_cache.cc:412
↓ 18 callersMethodExtractObject
src/kudu/util/jsonreader.cc:191
↓ 18 callersMethodGetAllBlockIds
src/kudu/fs/log_block_manager.cc:3091
↓ 18 callersMethodGetAllReplicatedIndex
src/kudu/consensus/consensus_queue.cc:1346
↓ 18 callersMethodGetCommittedIndex
src/kudu/consensus/pending_rounds.cc:238
↓ 18 callersMethodGetInt64
src/kudu/client/scan_batch.cc:145
↓ 18 callersFunctionInsertTestRows
Insert given number of tests rows into the default test table in the context of a new session.
src/kudu/integration-tests/auth_token_expire-itest.cc:91
↓ 18 callersMethodListTablets
src/kudu/tools/tool_action_table.cc:355
↓ 18 callersMethodNeverRetire
src/kudu/util/metrics.cc:531
↓ 18 callersMethodNowWithError
src/kudu/clock/hybrid_clock.cc:292
↓ 18 callersMethodOpenTxnStatusTable
src/kudu/transactions/txn_system_client.cc:160
↓ 18 callersMethodPartitionKeyDebugString
src/kudu/common/partition.cc:1002
↓ 18 callersFunctionRandomString
src/kudu/util/random_util.cc:36
↓ 18 callersMethodReceiveMessage
src/kudu/subprocess/subprocess_protocol.cc:76
↓ 18 callersMethodRegisterVote
src/kudu/consensus/leader_election.cc:63
↓ 18 callersMethodSendMessage
src/kudu/subprocess/subprocess_protocol.cc:150
↓ 18 callersMethodSetVarchar
src/kudu/common/partial_row.cc:377
↓ 18 callersFunctionSimpleItoa
---------------------------------------------------------------------- SimpleItoa() Description: converts an integer to a string. Faster than printf("
src/kudu/gutil/strings/numbers.h:366
↓ 18 callersMethodStop
src/kudu/hms/mini_hms.cc:191
↓ 18 callersFunctionStrCatNineOrMore
StrCat with this many params is exceedingly rare, but it has been requested... therefore we'll rely on default arguments to make calling slightly les
src/kudu/gutil/strings/strcat.cc:149
↓ 18 callersFunctionTableIdent
Pretty-prints the table name and ID.
src/kudu/tools/tool_action_hms.cc:620
↓ 18 callersMethodToString
src/kudu/tablet/deltafile.cc:715
↓ 18 callersFunctionToUpperCase
src/kudu/util/string_case.h:42
↓ 18 callersFunctionUint128Low64
Methods to access low and high pieces of 128-bit value. Defined externally from uint128 to facilitate conversion to native 128-bit types when compiler
src/kudu/gutil/int128.h:85
↓ 18 callersFunctionWaitForCompletedOps
Emulates a snapshot scan by waiting for the safe time to be advanced past 't' and for all ops before 't' to complete.
src/kudu/integration-tests/txn_participant-itest.cc:206
↓ 18 callersMethodaddress
src/kudu/tools/ksck-test.cc:211
↓ 18 callersMethodcopy
src/kudu/gutil/strings/stringpiece.cc:53
↓ 18 callersMethoddecodePrimaryKey
Decodes a primary key into a row @param schema the table schema @param key the encoded key @return the decoded primary key as a row
java/kudu-client/src/main/java/org/apache/kudu/client/KeyEncoder.java:230
↓ 18 callersMethoddeleteTable
Delete a table on the cluster with the specified name. The deleted table may turn to soft-deleted status with the flag default_deleted_table_reserve_s
java/kudu-client/src/main/java/org/apache/kudu/client/KuduClient.java:175
↓ 18 callersMethoderrback
Same as callback, except that it accepts an Exception.
java/kudu-client/src/main/java/org/apache/kudu/client/KuduRpc.java:330
↓ 18 callersMethodgetColumnIds
Gets the column IDs of the columns in the range partition. @return the column IDs of the columns in the range partition
java/kudu-client/src/main/java/org/apache/kudu/client/PartitionSchema.java:257
↓ 18 callersMethodgetHashBuckets
Gets the partition hash buckets. @return the partition hash buckets
java/kudu-client/src/main/java/org/apache/kudu/client/Partition.java:140
↓ 18 callersMethodgetSchema
Get the schema used for this row. @return a schema that came from KuduTable
java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java:1874
↓ 18 callersMethodhasNext
()
java/kudu-client/src/main/java/org/apache/kudu/client/RowResultIterator.java:65
↓ 18 callersMethodhas_read_default
Returns true if the column has a read default value
src/kudu/common/schema.h:307
↓ 18 callersMethodleader_master
src/kudu/mini-cluster/external_mini_cluster.cc:1034
↓ 18 callersMethodlocation
src/kudu/client/client.cc:871
↓ 18 callersMethodsendRequestToCluster
Sends a command to the control shell and receives its response. <p> The method is synchronized to prevent interleaving of requests and responses. @par
java/kudu-test-utils/src/main/java/org/apache/kudu/test/cluster/MiniKuduCluster.java:182
↓ 18 callersMethodset_current_term
src/kudu/consensus/consensus_meta.cc:131
↓ 18 callersMethodset_remaining_runs
src/kudu/util/maintenance_manager-test.cc:191
↓ 18 callersMethodsys_catalog
src/kudu/master/catalog_manager.h:847
← previousnext →1,001–1,100 of 19,440, ranked by callers