MCPcopy Create free account

hub / github.com/apache/kudu / functions

Functions19,440 in github.com/apache/kudu

↓ 67 callersFunctionInsertIfNotPresent
src/kudu/gutil/map-util.h:374
↓ 67 callersMethodInstantiateFunctionGauge
Instantiate a gauge that is backed by the given callback.
src/kudu/util/metrics.h:992
↓ 67 callersMethodsetFlushMode
(FlushMode flushMode)
java/kudu-client/src/main/java/org/apache/kudu/client/KuduSession.java:123
↓ 67 callersMethodset_num_write_threads
src/kudu/integration-tests/test_workload.h:137
↓ 66 callersFunctionCountTableRows
Fetch all rows from the table with the specified name; iterate over them and output their total count.
src/kudu/tools/tool_action_perf.cc:788
↓ 66 callersFunctionGetInt64Metric
src/kudu/integration-tests/cluster_itest_util.cc:1246
↓ 66 callersMethodOpen
src/kudu/client/client.cc:2055
↓ 66 callersMethodkdc
src/kudu/mini-cluster/external_mini_cluster.h:438
↓ 66 callersMethodnum_columns
Return the number of columns in this schema
src/kudu/common/schema.h:576
↓ 66 callersMethodset_num_tablets
Set the number of tablets for the test table created by this workload. In case of range partitioning, the split points are evenly distributed through
src/kudu/integration-tests/test_workload.h:228
↓ 65 callersMethodAppend
src/kudu/fs/log_block_manager.cc:2536
↓ 65 callersMethodCheckCluster
src/kudu/integration-tests/cluster_verifier.cc:72
↓ 65 callersMethodOpen
src/kudu/tablet/tablet.cc:407
↓ 65 callersMethodselection_vector
Return the selection vector which indicates which rows have passed predicates so far during evaluation of this block of rows. At the beginning of eac
src/kudu/common/rowblock.h:373
↓ 65 callersMethodsetRangePartitionColumns
Set the columns on which the table will be range-partitioned. Every column must be a part of the table's primary key. If not set, the table is range
java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java:110
↓ 64 callersMethodCreateInitialFileSystemLayout
src/kudu/fs/fs_manager.cc:853
↓ 64 callersMethodset_value
src/kudu/util/metrics.cc:882
↓ 63 callersMethodAlterColumn
src/kudu/client/client.cc:1612
↓ 63 callersFunctionCreateTable
src/kudu/master/dynamic_multi_master-test.cc:134
↓ 63 callersMethodLoad
src/kudu/util/atomic.h:175
↓ 63 callersFunctionScanToStrings
src/kudu/client/client-test-util.cc:127
↓ 63 callersMethodisSet
Get if the specified column has been set @param columnName name of the column in the schema @return true if the column has been set @throws IllegalArg
java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java:1281
↓ 62 callersFunctionSetupError
src/kudu/master/catalog_manager.cc:904
↓ 62 callersFunctionStrAppend
src/kudu/gutil/strings/strcat.cc:181
↓ 62 callersFunctionWaitForNumTabletsOnTS
src/kudu/integration-tests/cluster_itest_util.cc:1048
↓ 62 callersMethodnum_columns
src/kudu/client/schema.cc:1018
↓ 62 callersMethodoptions
Return the options which will be used to start the tablet server. If you wish to make changes to these options, they need to be made before calling St
src/kudu/tserver/mini_tablet_server.h:53
↓ 62 callersMethodphysical_type
Returns the type used to actually store the data.
src/kudu/common/types.h:63
↓ 61 callersMethodcancel
Cancel the cleanup.
src/kudu/util/scoped_cleanup.h:56
↓ 61 callersMethodgetColumnIndex
Get the index for the provided column name. @param columnName column to search for @return an index in the schema
java/kudu-client/src/main/java/org/apache/kudu/Schema.java:288
↓ 60 callersMethodParseString
src/kudu/util/net/net_util.cc:175
↓ 60 callersMethodPut
src/kudu/util/jsonwriter.cc:302
↓ 60 callersMethodgetName
Get this table's name. @return this table's name
java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java:107
↓ 59 callersMethodAddRow
src/kudu/tools/table_scanner.cc:1046
↓ 59 callersFunctionDirName
src/kudu/util/path_util.cc:104
↓ 59 callersMethodFormatDebugRow
src/kudu/tablet/tablet-test-base.h:218
↓ 59 callersMethodInit
src/kudu/util/jwt-util.cc:719
↓ 59 callersMethodIsCommitComplete
src/kudu/client/client.cc:528
↓ 59 callersMethodOpen
src/kudu/util/pb_util.cc:900
↓ 59 callersFunctionPruneInlistValuesAndGetSchemaString
Copy a spec and return the pruned spec string.
src/kudu/common/scan_spec-test.cc:121
↓ 59 callersMethodSize
src/kudu/util/env_posix.cc:1426
↓ 59 callersMethodstart
Start counting. If the stopwatch is already counting, then resets the start point at the current time.
src/kudu/util/stopwatch.h:215
↓ 58 callersMethodAdd
src/kudu/client/batcher.cc:746
↓ 58 callersFunctionLogPrefix
src/kudu/tools/ksck_checksum.cc:92
↓ 58 callersFunctionStatusToPB
src/kudu/common/wire_protocol.cc:78
↓ 58 callersMethodToSeconds
src/kudu/util/monotime.cc:94
↓ 58 callersMethodgetTableName
Get table name of the given tablet id. If the tablet has no statistics, null will be returned. @param tabletId the tablet's id @return table name
java/kudu-client/src/main/java/org/apache/kudu/client/Statistics.java:180
↓ 58 callersMethodis_nullable
src/kudu/common/schema.h:264
↓ 58 callersMethodlock
src/kudu/util/mutex.h:49
↓ 57 callersMethodNewRow
Duplicates are rare and allocating for the worst case (all the rows in all but one of the inputs are duplicates) is expensive, so we create RowBlocks
src/kudu/tablet/compaction.cc:919
↓ 57 callersMethodNumRows
src/kudu/client/scan_batch.cc:51
↓ 57 callersMethodmemcmp
{@code memcmp} in Java, hooray. @param a First non-{@code null} byte array to compare. @param b Second non-{@code null} byte array to compare. @return
java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java:1038
↓ 57 callersMethodsubstr
src/kudu/gutil/strings/stringpiece.cc:213
↓ 56 callersFunctionFindPtrOrNull
src/kudu/gutil/map-util.h:231
↓ 56 callersMethodGetSegmentsSnapshot
src/kudu/consensus/log_reader.cc:365
↓ 56 callersMethodInsert
src/kudu/tablet/memrowset.cc:176
↓ 56 callersMethodListTables
src/kudu/client/client.cc:644
↓ 56 callersMethodRenameTo
src/kudu/client/schema.cc:376
↓ 55 callersMethodLookupTablet
src/kudu/tserver/ts_tablet_manager.cc:1591
↓ 55 callersMethodcountRowsInTable
(KuduTable table)
java/kudu-client/src/test/java/org/apache/kudu/client/TestAuthTokenReacquire.java:182
↓ 55 callersMethoddir
src/kudu/fs/dir_util.h:97
↓ 54 callersFunctionApplyInsertToSession
src/kudu/client/client-test.cc:3530
↓ 54 callersFunctionFlushSessionOrDie
Flush the given session. If any errors occur, log them and crash the process.
src/kudu/client/client-test-util.h:41
↓ 54 callersMethodHasPendingOperations
src/kudu/client/client.cc:1550
↓ 54 callersMethodIsApplied
Return true if the given op timestamp should be considered applied in this snapshot.
src/kudu/tablet/mvcc.h:71
↓ 54 callersMethodOptimizeScan
src/kudu/common/scan_spec.cc:156
↓ 54 callersMethodPushBack
src/kudu/util/easy_json.cc:160
↓ 54 callersFunctionSubstituteAndAppend
src/kudu/gutil/strings/substitute.cc:93
↓ 54 callersFunctionWaitUntilTabletRunning
Wait until the specified tablet is in RUNNING state.
src/kudu/integration-tests/cluster_itest_util.cc:1139
↓ 54 callersMethodcountRows
(KuduTable table, KuduPredicate... predicates)
java/kudu-client/src/test/java/org/apache/kudu/client/TestScanPredicate.java:74
↓ 54 callersMethodrole
src/kudu/consensus/raft_consensus.cc:2473
↓ 53 callersMethodGetEnv
src/kudu/fs/fs_manager.cc:1267
↓ 53 callersMethodStartApplying
src/kudu/tablet/mvcc.cc:530
↓ 53 callersMethodbound_rpc_hostport
src/kudu/mini-cluster/external_mini_cluster.cc:1692
↓ 53 callersMethodend
src/kudu/gutil/fixedarray.h:114
↓ 53 callersMethodgetBytes
Transfers this buffer's data to the specified destination starting at the specified absolute {@code index}. @param dstIndex the first index of the de
java/kudu-client/src/main/java/org/apache/kudu/util/Slice.java:181
↓ 53 callersMethodgetType
Get the column's Type @return the type
java/kudu-client/src/main/java/org/apache/kudu/ColumnSchema.java:136
↓ 53 callersMethodhistogram
Returns a pointer to the underlying histogram. The implementation of HdrHistogram is thread safe.
src/kudu/util/metrics.h:1518
↓ 53 callersMethodlength
src/kudu/client/schema.cc:229
↓ 53 callersMethodmessenger
src/kudu/rpc/reactor.h:392
↓ 53 callersMethodmutable_flags
Return a pointer to the flags used for this server on restart. Modifying these flags will only take effect on the next restart.
src/kudu/mini-cluster/external_mini_cluster.h:791
↓ 53 callersMethodopen
src/kudu/thrift/sasl_client_transport.cc:135
↓ 53 callersMethodreader
Returns a reader that is able to read through the previous segments, provided the log is initialized and not yet closed. After being closed, this func
src/kudu/consensus/log.h:334
↓ 52 callersFunctionBitmapTest
Test/get the given bit.
src/kudu/util/bitmap.h:55
↓ 52 callersFunctionIsAddrOneOf
src/kudu/util/net/net_util.cc:530
↓ 52 callersMethodNext
Unsigned cur_idx_ overflow is intended and works as expected when cur_idx_ has its initial value, so quell UBSAN warnings.
src/kudu/cfile/index_block.cc:357
↓ 52 callersFunctionWriteStringToFile
TODO: move these utils into env_util
src/kudu/util/env.cc:54
↓ 52 callersMethodmax
src/kudu/util/random.h:220
↓ 51 callersFunctionAddTestRowToPB
src/kudu/common/wire_protocol-test-util.h:94
↓ 51 callersMethodFinishApplying
src/kudu/tablet/mvcc.cc:534
↓ 51 callersMethodHasNext
src/kudu/tablet/tablet.cc:3348
↓ 51 callersMethodShutdown
src/kudu/master/sys_catalog.cc:201
↓ 51 callersMethodclock
src/kudu/tablet/tablet.h:483
↓ 51 callersFunctionrange
(t0, t1, dt)
www/d3.v2.js:6776
↓ 50 callersMethodColumn
src/kudu/client/schema.cc:989
↓ 50 callersFunctionCreateTable
src/kudu/integration-tests/master_migration-itest.cc:69
↓ 50 callersMethodGetEncryptionHeaderSize
src/kudu/util/env_posix.cc:2449
↓ 50 callersFunctionInsert
Insert a new entry to the internal node. This is typically called after one of its child nodes has split.
src/kudu/tablet/concurrent_btree.h:577
↓ 50 callersFunctionSetupErrorAndRespond
src/kudu/tserver/tablet_service.cc:650
↓ 50 callersMethoddata
src/kudu/rpc/transfer.h:87
← previousnext →301–400 of 19,440, ranked by callers