Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kudu
/ functions
Functions
19,440 in github.com/apache/kudu
⨍
Functions
19,440
◇
Types & classes
5,132
↓ 101 callers
Method
AddPredicate
src/kudu/common/scan_spec.cc:57
↓ 101 callers
Method
Flush
src/kudu/util/pb_util.cc:761
↓ 101 callers
Method
num_replicas
src/kudu/client/client.cc:1255
↓ 99 callers
Function
NotSupported
src/kudu/util/status.h:268
↓ 98 callers
Function
MakeScopedCleanup
src/kudu/util/scoped_cleanup.h:74
↓ 98 callers
Method
build
Builds and starts a new {@link MiniKuduCluster} using builder state. @return the newly started {@link MiniKuduCluster} @throws IOException if somethin
java/kudu-test-utils/src/main/java/org/apache/kudu/test/cluster/MiniKuduCluster.java:875
↓ 97 callers
Method
DeleteFile
src/kudu/util/file_cache.cc:621
↓ 97 callers
Method
alterTable
Alter a table on the cluster as specified by the builder. @param name the table's name (old name if the table is being renamed) @param ato the alter t
java/kudu-client/src/main/java/org/apache/kudu/client/KuduClient.java:227
↓ 97 callers
Method
test
(self)
build-support/iwyu/iwyu_tool.py:200
↓ 96 callers
Method
CloneAndPrepend
src/kudu/util/status.cc:155
↓ 96 callers
Method
FileExists
src/kudu/util/env_posix.cc:1746
↓ 96 callers
Function
InsertRows
src/kudu/integration-tests/txn_write_ops-itest.cc:223
↓ 96 callers
Method
is_locked
src/kudu/util/locks.h:124
↓ 94 callers
Method
testMerge
(KuduPredicate a, KuduPredicate b, KuduPredicate expected)
java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduPredicate.java:121
↓ 93 callers
Method
tablet_metadata
src/kudu/tablet/rowset_metadata.h:197
↓ 92 callers
Method
NextBatch
src/kudu/client/client.cc:2156
↓ 91 callers
Function
TestMerge
src/kudu/common/generic_iterators-test.cc:290
↓ 91 callers
Function
TimedOut
src/kudu/util/status.h:312
↓ 91 callers
Method
master_proxy
src/kudu/client/client-internal.cc:959
↓ 91 callers
Method
newInListPredicate
Creates a new IN list predicate. The list must contain values of the correct type for the column. @param column the column that the predicate applie
java/kudu-client/src/main/java/org/apache/kudu/client/KuduPredicate.java:568
↓ 91 callers
Method
num_masters
src/kudu/mini-cluster/external_mini_cluster.h:477
↓ 91 callers
Method
reset
src/kudu/util/bitset.h:112
↓ 89 callers
Method
data
src/kudu/gutil/strings/strcat.h:71
↓ 89 callers
Method
tablet
src/kudu/integration-tests/fuzz-itest.cc:391
↓ 88 callers
Method
Create
src/kudu/client/client.cc:1003
↓ 88 callers
Method
Flush
src/kudu/client/client.cc:1538
↓ 88 callers
Method
build
src/kudu/integration-tests/maintenance_mode-itest.cc:613
↓ 87 callers
Function
EmplaceOrDie
src/kudu/gutil/map-util.h:483
↓ 87 callers
Method
RespondSuccess
src/kudu/rpc/rpc_context.cc:70
↓ 87 callers
Function
SchemaToPB
src/kudu/common/wire_protocol.cc:222
↓ 87 callers
Method
metric_entity
src/kudu/rpc/messenger.h:452
↓ 86 callers
Function
FindOrNull
src/kudu/gutil/map-util.h:156
↓ 86 callers
Method
isEmpty
()
java/kudu-client/src/main/java/org/apache/kudu/client/KuduPartitioner.java:154
↓ 86 callers
Method
row
src/kudu/common/rowblock.h:546
↓ 85 callers
Method
NewTransaction
src/kudu/client/client.cc:693
↓ 85 callers
Method
ToString
src/kudu/consensus/log_index.cc:261
↓ 85 callers
Method
getName
Get the string representation of this type @return The type's name
java/kudu-client/src/main/java/org/apache/kudu/Type.java:106
↓ 85 callers
Method
none
Factory function for a {@code None} predicate. @param column the column to which the predicate applies @return a None predicate
java/kudu-client/src/main/java/org/apache/kudu/client/KuduPredicate.java:702
↓ 84 callers
Function
EncodeInt
Conversions between numeric keys/values and the types expected by Cache.
src/kudu/util/slru_cache-test.cc:47
↓ 84 callers
Function
ErrnoToString
Return a string representing an errno.
src/kudu/util/errno.h:28
↓ 84 callers
Method
Init
src/kudu/tablet/tablet.cc:3325
↓ 84 callers
Method
Start
src/kudu/tools/ksck_remote.cc:397
↓ 84 callers
Method
getStatus
Get the string-representation of the error code that the tablet server returned. @return A short string representation of the error. @deprecated Pleas
java/kudu-client/src/main/java/org/apache/kudu/client/RowError.java:67
↓ 84 callers
Method
metrics
Return the metrics for this tablet. May be NULL in unit tests, etc.
src/kudu/tablet/tablet.h:467
↓ 83 callers
Method
Close
src/kudu/fs/log_block_manager.cc:2473
↓ 83 callers
Method
ToDebugString
src/kudu/util/slice.cc:42
↓ 83 callers
Method
message
src/kudu/util/status.cc:136
↓ 82 callers
Method
SetFlag
src/kudu/server/generic_service.cc:121
↓ 82 callers
Function
ToString
src/kudu/util/cache.cc:71
↓ 82 callers
Method
bound_http_hostport
src/kudu/mini-cluster/external_mini_cluster.cc:1706
↓ 82 callers
Method
debug
Throttles the log debug message 'msg' if the last message was logged less than 'seconds' ago @param seconds number of seconds between each desired log
java/kudu-client/src/main/java/org/apache/kudu/util/LogThrottler.java:255
↓ 82 callers
Method
fs_manager
src/kudu/tablet/tablet-harness.h:147
↓ 82 callers
Function
ignore_result
src/kudu/gutil/basictypes.h:28
↓ 82 callers
Method
state
src/kudu/master/catalog_manager.cc:4494
↓ 80 callers
Method
size
The data buffer.
src/kudu/util/memory/memory.h:63
↓ 79 callers
Method
Commit
src/kudu/client/client.cc:520
↓ 79 callers
Function
ServiceUnavailable
src/kudu/util/status.h:308
↓ 79 callers
Method
ToString
src/kudu/transactions/participant_rpc.cc:104
↓ 79 callers
Method
build
Creates a new client that connects to the masters. Doesn't block and won't throw an exception if the masters don't exist. @return a new asynchronous K
java/kudu-client/src/main/java/org/apache/kudu/client/KuduClient.java:768
↓ 78 callers
Method
addHashPartitions
Add a set of hash partitions to the table. Each column must be a part of the table's primary key, and an individual column may only appear in a singl
java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java:65
↓ 78 callers
Method
createBasicSchemaInsert
(KuduTable table, int key)
java/kudu-test-utils/src/main/java/org/apache/kudu/test/ClientTestUtil.java:361
↓ 78 callers
Method
newScannerBuilder
Creates a new {@link KuduScanner.KuduScannerBuilder} for a particular table. @param table the table you intend to scan. The string is assumed to use t
java/kudu-client/src/main/java/org/apache/kudu/client/KuduClient.java:408
↓ 77 callers
Method
Add
src/kudu/common/row_operations.cc:114
↓ 77 callers
Function
NetworkError
src/kudu/util/status.h:288
↓ 77 callers
Method
SetStringNoCopy
src/kudu/common/partial_row.cc:409
↓ 76 callers
Method
AddConjunctPredicate
src/kudu/client/client.cc:1932
↓ 76 callers
Function
Prepare
src/kudu/integration-tests/txn_write_ops-itest.cc:233
↓ 76 callers
Method
Wait
src/kudu/codegen/compilation_manager.cc:156
↓ 76 callers
Method
consumption
Returns the memory consumed in bytes.
src/kudu/util/mem_tracker.h:150
↓ 76 callers
Method
num_replicas
src/kudu/integration-tests/alter_table-test.cc:388
↓ 75 callers
Method
CreateDir
src/kudu/util/env_posix.cc:1781
↓ 75 callers
Method
GetString
src/kudu/client/scan_batch.cc:172
↓ 75 callers
Method
Initialized
src/kudu/util/monotime.cc:70
↓ 75 callers
Method
Open
src/kudu/fs/fs_manager.cc:492
↓ 75 callers
Method
getClient
()
java/kudu-test-utils/src/main/java/org/apache/kudu/test/KuduTestHarness.java:182
↓ 75 callers
Method
newInsert
Get a new insert configured with this table's schema. The returned object should not be reused. @return an insert with this table's schema
java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java:165
↓ 74 callers
Method
Create
src/kudu/integration-tests/alter_table-randomized-test.cc:373
↓ 73 callers
Method
ToString
src/kudu/cfile/cfile_reader.cc:935
↓ 73 callers
Method
addLong
Add an long 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:329
↓ 73 callers
Method
hasRowError
Tells if this operation response contains a row error. @return true if this operation response has errors, else false
java/kudu-client/src/main/java/org/apache/kudu/client/OperationResponse.java:114
↓ 72 callers
Function
StartElection
src/kudu/integration-tests/cluster_itest_util.cc:703
↓ 72 callers
Method
elapsed
Return the elapsed amount of time. If the stopwatch is running, then returns the amount of time since it was started. If it is stopped, returns the am
src/kudu/util/stopwatch.h:237
↓ 72 callers
Method
unlock
src/kudu/util/mutex.h:50
↓ 71 callers
Method
comment
Set the comment for this column.
java/kudu-client/src/main/java/org/apache/kudu/ColumnSchema.java:480
↓ 71 callers
Method
getBasicSchema
()
java/kudu-test-utils/src/main/java/org/apache/kudu/test/ClientTestUtil.java:260
↓ 71 callers
Method
schema_version
src/kudu/tablet/tablet_metadata.cc:978
↓ 70 callers
Method
ToString
src/kudu/security/cert.cc:97
↓ 69 callers
Method
master_rpc_addrs
src/kudu/mini-cluster/internal_mini_cluster.cc:284
↓ 69 callers
Method
newIsNotNullPredicate
Creates a new {@code IS NOT NULL} predicate. @param column the column that the predicate applies to @return an {@code IS NOT NULL} predicate
java/kudu-client/src/main/java/org/apache/kudu/client/KuduPredicate.java:651
↓ 69 callers
Method
slice
Return a slice view into this Bloom Filter, suitable for writing out to a file.
src/kudu/util/bloom_filter.h:160
↓ 68 callers
Method
AssertNoCrashes
src/kudu/mini-cluster/external_mini_cluster.cc:951
↓ 68 callers
Method
ToString
src/kudu/util/net/net_util.cc:329
↓ 68 callers
Method
ToUint64
src/kudu/common/timestamp.cc:40
↓ 68 callers
Method
addRangePartition
Add a range partition to the table with an inclusive lower bound and an exclusive upper bound. If either row is empty, then that end of the range wil
java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java:137
↓ 68 callers
Method
begin
Forward iterator that points to the start of the values in the bitset. Points at the first set bit, or at end() if no bits are set.
src/kudu/util/bitset.h:121
↓ 68 callers
Method
consensus
src/kudu/tablet/tablet_replica.h:216
↓ 68 callers
Method
countRowsInScan
Counts the rows from the {@code scanner} until exhaustion. It doesn't require the scanner to be new, so it can be used to finish scanning a previously
java/kudu-test-utils/src/main/java/org/apache/kudu/test/ClientTestUtil.java:94
↓ 68 callers
Method
dd_manager
src/kudu/fs/fs_manager.cc:1283
↓ 68 callers
Method
remove
()
java/kudu-client/src/main/java/org/apache/kudu/client/RowResultIterator.java:70
↓ 67 callers
Function
CreateKuduTable
src/kudu/tools/kudu-tool-test.cc:7031
← previous
next →
201–300 of 19,440, ranked by callers