MCPcopy Create free account

hub / github.com/apache/fluss / functions

Functions18,774 in github.com/apache/fluss

↓ 45 callersMethodgenMemoryLogRecordsWithWriterId
( List<Object[]> objects, long writerId, int batchSequence, long baseOffset)
fluss-common/src/test/java/org/apache/fluss/testutils/DataTestUtils.java:268
↓ 45 callersMethodgetByte
Returns the byte value at the given position.
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:42
↓ 45 callersMethodgetFieldOrNull
(InternalRow row)
fluss-common/src/main/java/org/apache/fluss/row/InternalRow.java:323
↓ 45 callersMethodgetFloat
Returns the float value at the given position.
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:54
↓ 45 callersMethodgetTimestampLtz
Returns the timestamp value at the given position. <p>The precision is required to determine whether the timestamp value was stored in a compact repr
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:87
↓ 45 callersMethodmakeLogTableAsLeader
(int bucketId)
fluss-server/src/test/java/org/apache/fluss/server/replica/ReplicaTestBase.java:364
↓ 44 callersMethodcreate
Create a row merger based on the given configuration. @param tableConf the table configuration @param kvFormat the kv format @param schemaGetter the
fluss-server/src/main/java/org/apache/fluss/server/kv/rowmerger/RowMerger.java:84
↓ 44 callersMethodcreateDatabase
Create a new database asynchronously. <p>The following exceptions can be anticipated when calling {@code get()} on returned future. <ul> <li>{@lin
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:137
↓ 44 callersMethodcreatePartition
Create a new partition for a partitioned table. <p>The following exceptions can be anticipated when calling {@code get()} on returned future. <ul>
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:347
↓ 44 callersMethodgetBucket
()
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/undo/BucketRecoveryContext.java:58
↓ 44 callersMethodgetEpochMillisecond
Returns the number of milliseconds since {@code 1970-01-01 00:00:00}.
fluss-common/src/main/java/org/apache/fluss/row/TimestampLtz.java:57
↓ 44 callersMethodgetNanoOfMillisecond
Returns the number of nanoseconds (the nanoseconds within the milliseconds). <p>The value range is from 0 to 999,999.
fluss-common/src/main/java/org/apache/fluss/row/TimestampNtz.java:71
↓ 43 callersMethoddeserialize
(CompactedRowReader reader, GenericRow output)
fluss-common/src/main/java/org/apache/fluss/row/compacted/CompactedRowDeserializer.java:35
↓ 43 callersMethodget
Please check the java doc of {@link #getRawValueFromOption(ConfigOption)}. If no keys are found in {@link Configuration}, default value of the given o
fluss-common/src/main/java/org/apache/fluss/config/Configuration.java:551
↓ 43 callersMethodgetComment
Returns the comment/description of the table.
fluss-common/src/main/java/org/apache/fluss/metadata/TableInfo.java:267
↓ 43 callersMethodgetFields
()
fluss-common/src/main/java/org/apache/fluss/types/RowType.java:62
↓ 43 callersMethodgetRecords
()
fluss-server/src/main/java/org/apache/fluss/server/log/FetchDataInfo.java:29
↓ 43 callersMethodid
()
fluss-server/src/main/java/org/apache/fluss/server/coordinator/rebalance/model/ServerModel.java:55
↓ 43 callersMethodisr
Only get the inSync replicas which have been committed to ZK.
fluss-server/src/main/java/org/apache/fluss/server/replica/IsrState.java:34
↓ 43 callersMethodlogOffset
The offset of this record in the log. @return the offset
fluss-common/src/main/java/org/apache/fluss/record/LogRecord.java:42
↓ 43 callersMethodreadInt
Reads four input bytes and returns an {@code int} value. This method is suitable for reading bytes written by the {@link OutputView#writeInt(int)}. @
fluss-common/src/main/java/org/apache/fluss/memory/InputView.java:74
↓ 42 callersMethoddelete
Delete a key-value pair by the given key.
fluss-server/src/main/java/org/apache/fluss/server/kv/KvBatchWriter.java:34
↓ 42 callersMethodgetBinary
Returns the binary value at the given position with fixed length.
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:90
↓ 42 callersMethodlimit
Returns a new scan from this that will read the given limited row number. @param rowNumber the limited row number to read
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/Scan.java:60
↓ 42 callersMethodoffsetIndex
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogSegment.java:159
↓ 42 callersMethodput
Writes the given byte into this buffer at the given position. @param index The index at which the byte will be written. @param b The byte value to be
fluss-common/src/main/java/org/apache/fluss/memory/MemorySegment.java:317
↓ 42 callersMethodstartup
Initializes the authorizer. This method should be called before any other methods are used. @throws Exception if an error occurs during initializatio
fluss-server/src/main/java/org/apache/fluss/server/authorizer/Authorizer.java:44
↓ 42 callersMethodtableBucket
()
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/log/PendingFetch.java:28
↓ 41 callersMethodcastFromString
(String s, DataType type)
fluss-common/src/main/java/org/apache/fluss/utils/TypeUtils.java:33
↓ 41 callersMethodcreate
( String groupId, String artifactId, String version, String cl
tools/ci/fluss-ci-tools/src/main/java/org/apache/fluss/tools/ci/utils/shared/Dependency.java:56
↓ 41 callersMethodfail
(Throwable t)
fluss-kafka/src/main/java/org/apache/fluss/kafka/KafkaRequest.java:119
↓ 41 callersMethodfields
(List<DataType> types)
fluss-common/src/main/java/org/apache/fluss/types/RowType.java:252
↓ 41 callersMethodgetChildren
()
fluss-common/src/main/java/org/apache/fluss/types/MapType.java:85
↓ 41 callersMethodgetDataType
()
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:631
↓ 41 callersMethodgetFileSystem
Returns the FileSystem that owns this Path. @return the FileSystem that owns this Path @throws IOException thrown if the file system could not be ret
fluss-common/src/main/java/org/apache/fluss/fs/FsPath.java:264
↓ 41 callersMethodgetTableId
()
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/tiering/event/FailedTieringEvent.java:36
↓ 41 callersMethodgetTablePath
Get the table path for this table id.
fluss-common/src/main/java/org/apache/fluss/cluster/Cluster.java:155
↓ 41 callersMethodnewLookup
Creates a new {@link Lookup} for this table to configure and create a {@link Lookuper} to lookup data for this table by primary key or a prefix of pri
fluss-client/src/main/java/org/apache/fluss/client/table/Table.java:62
↓ 41 callersMethodopen
Configures this reporter. <p>If the reporter was instantiated generically and hence parameter-less, this method is the place where the reporter sets
fluss-common/src/main/java/org/apache/fluss/metrics/reporter/MetricReporter.java:50
↓ 41 callersMethodremoteLogStartOffset
@return Remote log start offset of this segment (inclusive).
fluss-common/src/main/java/org/apache/fluss/remote/RemoteLogSegment.java:99
↓ 41 callersMethodsetInt
Adds the given key/value pair to the configuration object. @param key the key of the key/value pair to be added @param value the value of the key/val
fluss-common/src/main/java/org/apache/fluss/config/Configuration.java:199
↓ 40 callersMethodall
Return a future which succeeds only if all the ACLs deletions succeed, and which contains all the deleted ACLs. Note that it if the filters don't matc
fluss-client/src/main/java/org/apache/fluss/client/admin/DropAclsResult.java:97
↓ 40 callersMethodgenerateAssignment
( int nBuckets, int replicationFactor, TabletServerInfo[] servers,
fluss-server/src/main/java/org/apache/fluss/server/utils/TableAssignmentUtils.java:43
↓ 40 callersMethodgetCoordinatorEpoch
Get the coordinator epoch of the event. @return the coordinator epoch of the event.
fluss-server/src/main/java/org/apache/fluss/server/coordinator/event/FencedCoordinatorEvent.java:37
↓ 40 callersMethodgetParent
Returns the parent of a path, i.e., everything that precedes the last separator or <code>null </code> if at root. @return the parent of a path or <co
fluss-common/src/main/java/org/apache/fluss/fs/FsPath.java:294
↓ 40 callersMethodgetRow
()
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/ScanRecord.java:65
↓ 40 callersMethodleader
()
fluss-server/src/main/java/org/apache/fluss/server/zk/data/LeaderAndIsr.java:96
↓ 40 callersMethodof
(Object... values)
fluss-common/src/main/java/org/apache/fluss/row/GenericMap.java:136
↓ 40 callersMethodproperties
Sets table properties on the table. <p>Table properties are controlled by Fluss and will change the behavior of the table.
fluss-common/src/main/java/org/apache/fluss/metadata/TableDescriptor.java:565
↓ 40 callersMethodstripExecutionException
Unpacks an {@link ExecutionException} and returns its cause. Otherwise the given Throwable is returned. @param throwable to unpack if it is an Execut
fluss-common/src/main/java/org/apache/fluss/utils/ExceptionUtils.java:457
↓ 40 callersMethodtoString
()
fluss-common/src/main/java/org/apache/fluss/row/BinaryString.java:97
↓ 39 callersMethodBINARY
Data type of a fixed-length binary string (=a sequence of bytes) {@code BINARY(n)} where {@code n} is the number of bytes. {@code n} must have a value
fluss-common/src/main/java/org/apache/fluss/types/DataTypes.java:52
↓ 39 callersMethodcluster
()
fluss-common/src/main/java/org/apache/fluss/security/acl/Resource.java:77
↓ 39 callersMethodcreateLookuper
Creates a {@link Lookuper} instance to lookup rows of a primary key table by the specified lookup columns. By default, the lookup columns are the prim
fluss-client/src/main/java/org/apache/fluss/client/lookup/Lookup.java:114
↓ 39 callersMethodgenMemoryLogRecordsWithBaseOffset
( long offsetBase, List<Object[]> objects)
fluss-common/src/test/java/org/apache/fluss/testutils/DataTestUtils.java:301
↓ 39 callersMethodgetBucket
Returns the bucket this record was written to. @return the bucket, or null if not available
fluss-client/src/main/java/org/apache/fluss/client/table/writer/UpsertResult.java:54
↓ 39 callersMethodid
()
fluss-server/src/main/java/org/apache/fluss/server/metadata/ServerInfo.java:58
↓ 39 callersMethodvalueOf
(BinaryRow row)
fluss-server/src/test/java/org/apache/fluss/server/kv/KvTabletTest.java:1485
↓ 39 callersMethodwriteInt
(int value)
fluss-common/src/main/java/org/apache/fluss/row/compacted/CompactedRowWriter.java:239
↓ 38 callersMethodfromBytes
Creates a {@link BinaryString} instance from the given UTF-8 bytes.
fluss-common/src/main/java/org/apache/fluss/row/BinaryString.java:74
↓ 38 callersMethodfromThrowable
(Throwable t)
fluss-rpc/src/main/java/org/apache/fluss/rpc/protocol/ApiError.java:42
↓ 38 callersMethodgetTableId
Returns the unique identifier for the table within the cluster. <p>Each table is assigned a globally unique table ID when it is created. This ID is i
fluss-common/src/main/java/org/apache/fluss/metadata/TableInfo.java:119
↓ 38 callersMethodgetVersion
Returns the version of the serializer. @return the version of the serializer
fluss-common/src/main/java/org/apache/fluss/lake/serializer/SimpleVersionedSerializer.java:40
↓ 38 callersMethodisDone
()
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/log/RemoteLogDownloadFuture.java:39
↓ 38 callersMethodlistPartitionInfos
List all partitions in the given table in fluss cluster asynchronously. <p>The following exceptions can be anticipated when calling {@code get()} on
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:304
↓ 38 callersMethodnewTabletServerClientForNode
(int serverId)
fluss-server/src/test/java/org/apache/fluss/server/testutils/FlussClusterExtension.java:493
↓ 38 callersMethodreadValue
Deserialize a byte array to a value with the specified json deserializer.
fluss-common/src/main/java/org/apache/fluss/utils/json/JsonSerdeUtils.java:64
↓ 38 callersMethodsetRowKind
(RowKind rowKind)
fluss-lake/fluss-lake-paimon/src/main/java/org/apache/fluss/lake/paimon/source/FlussRowAsPaimonRow.java:60
↓ 38 callersMethodtoInstant
Converts this {@link TimestampLtz} object to a {@link Instant}.
fluss-common/src/main/java/org/apache/fluss/row/TimestampLtz.java:129
↓ 38 callersMethodtriggerPeriodicScheduledTasks
()
fluss-test-utils/src/main/java/org/apache/fluss/testutils/common/ManuallyTriggeredScheduledExecutorService.java:307
↓ 37 callersMethodbucket
Returns the bucket id for this data split. Any data split in lake must belong to a Fluss bucket. The bucket id is used to aggregate splits that in sam
fluss-common/src/main/java/org/apache/fluss/lake/source/LakeSplit.java:40
↓ 37 callersMethodcompare
Compare two cluster model stats and determine which stats is preferred. @param stats1 the first stats @param stats2 the second stats @return Positive
fluss-server/src/main/java/org/apache/fluss/server/coordinator/rebalance/goal/Goal.java:99
↓ 37 callersMethodempty
Create an empty cluster instance with no nodes and no table-buckets.
fluss-common/src/main/java/org/apache/fluss/cluster/Cluster.java:262
↓ 37 callersMethodfileEntry
(String contents, List<String> path)
tools/ci/fluss-ci-tools/src/test/java/org/apache/fluss/tools/ci/licensecheck/JarFileCheckerTest.java:259
↓ 37 callersMethodgetTablePath
()
fluss-server/src/main/java/org/apache/fluss/server/kv/KvTablet.java:260
↓ 37 callersMethodinterrupt
()
fluss-common/src/main/java/org/apache/fluss/fs/SafetyNetCloseableRegistry.java:232
↓ 37 callersMethodputInt
(byte[] target, long offset, int value)
fluss-common/src/main/java/org/apache/fluss/utils/UnsafeUtils.java:46
↓ 37 callersMethodtable
(String databaseName, String tableName)
fluss-common/src/main/java/org/apache/fluss/security/acl/Resource.java:85
↓ 36 callersMethoddeserialize
Convert a Fluss field object of {@link InternalRow} to the Flink's internal data structure object. @param flussField A single field of a {@link Inter
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/utils/FlussRowToFlinkRowConverter.java:112
↓ 36 callersMethoddurationType
Defines that the value of the option should be of {@link Duration} type.
fluss-common/src/main/java/org/apache/fluss/config/ConfigBuilder.java:139
↓ 36 callersMethodentries
Gets an iterable to traverse over the primitive entries contained in this map. As an optimization, the {@link PrimitiveEntry}s returned by the {@link
fluss-common/src/main/java/org/apache/fluss/shaded/arrow/org/apache/arrow/vector/util/IntObjectMap.java:85
↓ 36 callersMethodfromLocalDateTime
Creates an instance of {@link TimestampNtz} from an instance of {@link LocalDateTime}. @param dateTime an instance of {@link LocalDateTime}
fluss-common/src/main/java/org/apache/fluss/row/TimestampNtz.java:122
↓ 36 callersMethodgetAggFunction
Gets the aggregation function for a specific column. @param columnName the column name @return the aggregation function, or empty if not configured
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:138
↓ 36 callersMethodgetHighWatermark
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogTablet.java:240
↓ 36 callersMethodgetInstance
()
fluss-common/src/main/java/org/apache/fluss/utils/clock/SystemClock.java:37
↓ 36 callersMethodgetSchemaId
()
fluss-client/src/main/java/org/apache/fluss/client/write/WriteRecord.java:301
↓ 36 callersMethodmerge
(@Nullable BinaryValue oldValue, BinaryValue newValue)
fluss-server/src/main/java/org/apache/fluss/server/kv/rowmerger/AggregateRowMerger.java:87
↓ 36 callersMethodwaitAndGetLeader
(TableBucket tb)
fluss-server/src/test/java/org/apache/fluss/server/testutils/FlussClusterExtension.java:908
↓ 35 callersMethodaddBucket
( ClusterModel clusterModel, TableBucket tb, List<Integer> replicas)
fluss-server/src/test/java/org/apache/fluss/server/coordinator/rebalance/RebalanceTestUtils.java:28
↓ 35 callersMethodassertIndexIsValid
(int ordinal)
fluss-common/src/main/java/org/apache/fluss/row/BinaryArray.java:115
↓ 35 callersMethodcode
The error code for the exception.
fluss-rpc/src/main/java/org/apache/fluss/rpc/protocol/Errors.java:300
↓ 35 callersMethodcomplete
Finally, complete write to set real size to binary.
fluss-common/src/main/java/org/apache/fluss/row/aligned/AlignedRowWriter.java:106
↓ 35 callersMethodcreateSource
Creates a source table with specified schema and options. @param tableName the name of the table @param columns column definitions (e.g., "a1 int, b1
fluss-flink/fluss-flink-2.2/src/test/java/org/apache/fluss/flink/source/Flink22DeltaJoinITCase.java:102
↓ 35 callersMethodcreateWriter
(MailboxExecutor mailboxExecutor)
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/FlinkSink.java:107
↓ 35 callersMethodgenKvRecordBatch
(List<Tuple2<Object[], Object[]>> keyAndValues)
fluss-common/src/test/java/org/apache/fluss/testutils/DataTestUtils.java:325
↓ 35 callersMethodgetColumns
()
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:99
↓ 35 callersMethodproject
Returns a new scan from this that will read the given data columns. @param projectedColumns the selected column indexes
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/Scan.java:46
↓ 35 callersMethodsetBootstrapServers
Set the bootstrap server for the sink.
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/FlussSinkBuilder.java:87
↓ 35 callersMethodsubmit
( TableBucket tableBucket, LeaderAndIsr leaderAndIsr)
fluss-server/src/main/java/org/apache/fluss/server/replica/AdjustIsrManager.java:77
↓ 34 callersMethodaddColumn
A table change to add the column with specified position. <p>It is equal to the following statement: <pre> ALTER TABLE &lt;table_name&gt; ADD &lt
fluss-common/src/main/java/org/apache/fluss/metadata/TableChange.java:40
← previousnext →301–400 of 18,774, ranked by callers