MCPcopy Create free account

hub / github.com/apache/fluss / functions

Functions18,774 in github.com/apache/fluss

↓ 34 callersMethodappend
( WriterStateManager stateManager, long writerId, int batchSequence, long offset)
fluss-server/src/test/java/org/apache/fluss/server/log/WriterStateManagerTest.java:506
↓ 34 callersMethodapply
Applies this function to the given arguments. @param s the first function argument @param t the second function argument @return the function result
fluss-common/src/main/java/org/apache/fluss/utils/function/BiFunction.java:41
↓ 34 callersMethodbooleanType
Defines that the value of the option should be of {@link Boolean} type.
fluss-common/src/main/java/org/apache/fluss/config/ConfigBuilder.java:109
↓ 34 callersMethodcommit
Commits the given committable object. @param committable the committable object @param snapshotProperties the properties that lake supported to store
fluss-common/src/main/java/org/apache/fluss/lake/committer/LakeCommitter.java:65
↓ 34 callersMethodexecute
()
fluss-server/src/main/java/org/apache/fluss/server/log/StorageAction.java:28
↓ 34 callersMethodgetRowCount
Get the latest row count. Returns -1 if this table doesn't support row count.
fluss-server/src/main/java/org/apache/fluss/server/kv/KvRecoverHelper.java:348
↓ 34 callersMethodgetScale
()
fluss-common/src/main/java/org/apache/fluss/types/DecimalType.java:85
↓ 34 callersMethodisDone
()
fluss-common/src/main/java/org/apache/fluss/utils/concurrent/FlussScheduler.java:155
↓ 34 callersMethodnewInstance
()
fluss-rpc/src/test/java/org/apache/fluss/rpc/metrics/TestingClientMetricGroup.java:31
↓ 34 callersMethodphysical
(ByteBuffer buffer, int n)
fluss-server/src/main/java/org/apache/fluss/server/log/OffsetIndex.java:291
↓ 34 callersMethodsetDatabase
Set the database for the sink.
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/FlussSinkBuilder.java:93
↓ 34 callersMethodsetTable
Set the table name for the sink.
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/FlussSinkBuilder.java:99
↓ 34 callersMethodtriggerAndWaitSnapshot
(long tableId)
fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/tiering/source/TieringTestBase.java:222
↓ 34 callersMethodwaitUntilAllReplicaReady
Wait until all the replicas are ready if we have multi replica for one table bucket.
fluss-server/src/test/java/org/apache/fluss/server/testutils/FlussClusterExtension.java:649
↓ 33 callersMethodceilDiv
Divide two integers and round up to the nearest integer value.
fluss-common/src/main/java/org/apache/fluss/utils/MathUtils.java:113
↓ 33 callersMethodcreateAcls
Creates multiple ACL entries in a single atomic operation. <p>1. Validates the user has 'alter' permission on the resource. 2. Creates the ACL entrie
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:565
↓ 33 callersMethodcurrentSession
()
fluss-rpc/src/main/java/org/apache/fluss/rpc/RpcGatewayService.java:40
↓ 33 callersMethoddelete
Delete a certain record from the Fluss table. The input must contain the primary key fields. @param record the record to delete. @return A {@link Com
fluss-client/src/main/java/org/apache/fluss/client/table/writer/UpsertWriter.java:47
↓ 33 callersMethodgetCoordinatorServer
Get the coordinator server node. @return the coordinator server node
fluss-server/src/main/java/org/apache/fluss/server/metadata/ServerMetadataCache.java:38
↓ 33 callersMethodgetMap
Returns the map value at the given position.
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:99
↓ 33 callersMethodgetMessageOffset
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogOffsetMetadata.java:59
↓ 33 callersMethodgetValueType
()
fluss-common/src/main/java/org/apache/fluss/types/MapType.java:65
↓ 33 callersMethodpointTo
Point to the bytes of the row. @param segment The memory segment. @param offset The offset in the memory segment. @param sizeInBytes The size of the
fluss-common/src/main/java/org/apache/fluss/row/BinaryRow.java:53
↓ 33 callersMethodreadLong
Reads eight input bytes and returns a {@code long} value. This method is suitable for reading bytes written by the {@link OutputView#writeLong(long)}.
fluss-common/src/main/java/org/apache/fluss/memory/InputView.java:84
↓ 33 callersMethodrun
The work method. @throws E Exceptions may be thrown.
fluss-common/src/main/java/org/apache/fluss/utils/function/ThrowingRunnable.java:38
↓ 33 callersMethodsetLong
set long from segments. @param segments target segments. @param offset value offset.
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:519
↓ 33 callersMethodupdate
Update the histogram with the given value. @param value Value to update the histogram with
fluss-common/src/main/java/org/apache/fluss/metrics/Histogram.java:38
↓ 33 callersMethodwriteLong
Writes a <code>long</code> value, which is consisted of eight bytes, to the output stream. The byte values to be written, in the little-endian order.
fluss-common/src/main/java/org/apache/fluss/memory/OutputView.java:88
↓ 33 callersMethodwriteString
(BinaryString value)
fluss-common/src/main/java/org/apache/fluss/row/compacted/CompactedRowWriter.java:150
↓ 33 callersMethodwriteValueAsBytes
Serialize the given value to a byte array with the specified json serializer. It potentially reuses byte array for writing efficiently. The implementa
fluss-common/src/main/java/org/apache/fluss/utils/json/JsonSerdeUtils.java:49
↓ 32 callersMethodassertIndexIsValid
(int index)
fluss-common/src/main/java/org/apache/fluss/row/aligned/AlignedRow.java:111
↓ 32 callersMethodassertLogRecordsEquals
(LogRecords actual, LogRecords expected)
fluss-common/src/test/java/org/apache/fluss/testutils/DataTestUtils.java:702
↓ 32 callersMethodassertThatLogRecords
Creates assertions for {@link LogRecords}.
fluss-common/src/test/java/org/apache/fluss/testutils/LogRecordsAssert.java:37
↓ 32 callersMethodbatches
Get the record batches. Note that the signature allows subclasses to return a more specific batch type. @return An iterator over the record batches o
fluss-common/src/main/java/org/apache/fluss/record/LogRecords.java:43
↓ 32 callersMethodcontains
()
fluss-common/src/test/java/org/apache/fluss/row/BinaryStringTest.java:248
↓ 32 callersMethodgetAllSnapshots
Returns a list of all the completed snapshots in this store. Note this doesn't include the snapshots that are still in use but have been moved out of
fluss-server/src/main/java/org/apache/fluss/server/kv/snapshot/CompletedSnapshotStore.java:220
↓ 32 callersMethodgetBucketAssignments
()
fluss-server/src/main/java/org/apache/fluss/server/zk/data/TableAssignment.java:46
↓ 32 callersMethodgetCause
()
fluss-server/src/test/java/org/apache/fluss/server/kv/snapshot/PeriodicSnapshotManagerTest.java:267
↓ 32 callersMethodgetElementOffset
(int ordinal, int elementSize)
fluss-common/src/main/java/org/apache/fluss/row/BinaryArray.java:120
↓ 32 callersMethodgetKeyType
()
fluss-common/src/main/java/org/apache/fluss/types/MapType.java:61
↓ 32 callersMethodgetLong
get long from segments. @param segments target segments. @param offset value offset.
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:473
↓ 32 callersMethodgetProperties
Returns the table properties. <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:212
↓ 32 callersMethodisLeader
()
fluss-server/src/main/java/org/apache/fluss/server/replica/Replica.java:1936
↓ 32 callersMethodlast
Get the position to place the column at the first.
fluss-common/src/main/java/org/apache/fluss/metadata/TableChange.java:384
↓ 32 callersMethodlastAckedBatchSequence
(TableBucket tableBucket)
fluss-client/src/main/java/org/apache/fluss/client/write/IdempotenceManager.java:160
↓ 32 callersMethodmkdirs
Make the given file and all non-existent parents into directories. Has the semantics of Unix 'mkdir -p'. Existence of the directory hierarchy is not a
fluss-common/src/main/java/org/apache/fluss/fs/FileSystem.java:508
↓ 32 callersMethodtoLowerCase
Converts all of the characters in this {@code BinaryString} to lower case. @return the {@code BinaryString}, converted to lowercase.
fluss-common/src/main/java/org/apache/fluss/row/BinaryString.java:548
↓ 31 callersMethodMAP
Data type of an associative array that maps keys (including {@code NULL}) to values (including {@code NULL}). A map cannot contain duplicate keys; eac
fluss-common/src/main/java/org/apache/fluss/types/DataTypes.java:310
↓ 31 callersMethodallRemoteLogSegments
Get all remote log segment metadata.
fluss-server/src/main/java/org/apache/fluss/server/log/remote/RemoteLogTablet.java:146
↓ 31 callersMethodbatches
()
fluss-common/src/main/java/org/apache/fluss/record/MemoryLogRecords.java:94
↓ 31 callersMethodcreateFieldGetter
Creates an accessor for getting elements in an internal row data structure at the given position. @param fieldType the element type of the row @param
fluss-common/src/main/java/org/apache/fluss/row/InternalRow.java:163
↓ 31 callersMethodcreateProduceLogResponse
( TableBucket tb, long baseOffset, long endOffset)
fluss-client/src/test/java/org/apache/fluss/client/write/SenderTest.java:804
↓ 31 callersMethodfetchLogRecords
Fetch records from a replica. Currently, we will return the fetched records immediately. <p>The callback function will be triggered when required fet
fluss-server/src/main/java/org/apache/fluss/server/replica/ReplicaManager.java:555
↓ 31 callersMethodfreePages
()
fluss-common/src/main/java/org/apache/fluss/memory/LazyMemorySegmentPool.java:240
↓ 31 callersMethodgetBucketKeys
Get the bucket keys of the table. This will be an empty set if the table is not bucketed.
fluss-common/src/main/java/org/apache/fluss/metadata/TableInfo.java:205
↓ 31 callersMethodgetBucketState
(TableBucket tableBucket)
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorContext.java:580
↓ 31 callersMethodgetErrorCode
Gets the error code of the message. @throws IllegalStateException if the error code is not set.
fluss-common/src/main/java/org/apache/fluss/rpc/messages/ErrorMessage.java:50
↓ 31 callersMethodgetPort
()
fluss-common/src/main/java/org/apache/fluss/cluster/Endpoint.java:66
↓ 31 callersMethodmemoryType
Defines that the value of the option should be of {@link MemorySize} type.
fluss-common/src/main/java/org/apache/fluss/config/ConfigBuilder.java:144
↓ 31 callersMethodplan
Plans and generates a list of readable data splits in parallel. @return the list of readable data splits @throws IOException if an I/O error occurs
fluss-common/src/main/java/org/apache/fluss/lake/source/Planner.java:44
↓ 31 callersMethodvalue
Gets the value for this entry.
fluss-common/src/main/java/org/apache/fluss/shaded/arrow/org/apache/arrow/vector/util/IntObjectMap.java:48
↓ 31 callersMethodvalueArray
Returns an array view of the values contained in this map. <p>A key-value pair has the same index in the key array and value array.
fluss-common/src/main/java/org/apache/fluss/row/InternalMap.java:51
↓ 31 callersMethodvalues
Return a map from acl filters to futures which can be used to check the status of the deletions by each filter.
fluss-client/src/main/java/org/apache/fluss/client/admin/DropAclsResult.java:166
↓ 30 callersMethodassertException
(Callable<?> r)
fluss-protogen/fluss-protogen-tests/src/test/java/org/apache/fluss/protogen/tests/RepeatedNumbersTest.java:41
↓ 30 callersMethodcopyTo
Copies the bytes of the row to the destination memory, beginning at the given offset. @param dst The memory into which the bytes will be copied. @par
fluss-common/src/main/java/org/apache/fluss/row/BinaryRow.java:37
↓ 30 callersMethodcount
The number of records for all buckets.
fluss-client/src/main/java/org/apache/fluss/client/table/scanner/log/ScanRecords.java:72
↓ 30 callersMethodcreatePrimitiveValueWriter
(DataType elementType)
fluss-common/src/test/java/org/apache/fluss/row/BinaryWriterTest.java:319
↓ 30 callersMethoddetectInvalidName
(String identifier)
fluss-common/src/main/java/org/apache/fluss/metadata/TablePath.java:168
↓ 30 callersMethodgetElementType
()
fluss-common/src/main/java/org/apache/fluss/types/ArrayType.java:52
↓ 30 callersMethodgetFieldOffset
(int pos)
fluss-common/src/main/java/org/apache/fluss/row/aligned/AlignedRow.java:107
↓ 30 callersMethodgetHost
()
fluss-common/src/main/java/org/apache/fluss/cluster/Endpoint.java:62
↓ 30 callersMethodgetTableDistribution
Returns the distribution of the table if the {@code DISTRIBUTED} clause is defined.
fluss-common/src/main/java/org/apache/fluss/metadata/TableDescriptor.java:203
↓ 30 callersMethodgetTablePath
Returns the database name and table name of the table that represented by this table path. A table path is unique in a Fluss cluster and can be used t
fluss-common/src/main/java/org/apache/fluss/metadata/TableInfo.java:102
↓ 30 callersMethodisCompact
Returns whether the decimal value is small enough to be stored in a long.
fluss-common/src/main/java/org/apache/fluss/row/Decimal.java:141
↓ 30 callersMethodlogRecords
( long baseOffset, List<ChangeType> changeTypes, List<Object[]> values)
fluss-server/src/test/java/org/apache/fluss/server/kv/KvTabletTest.java:1444
↓ 30 callersMethodnext
()
fluss-client/src/test/java/org/apache/fluss/client/table/scanner/SortMergeReaderTest.java:155
↓ 30 callersMethodtimeIndex
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogSegment.java:163
↓ 30 callersMethodwriteInt
(int pos, int value)
fluss-common/src/main/java/org/apache/fluss/row/BinaryArrayWriter.java:166
↓ 29 callersMethodallocatePages
(int requiredPages)
fluss-common/src/main/java/org/apache/fluss/memory/LazyMemorySegmentPool.java:129
↓ 29 callersMethodassertThatFuture
Create assertion for {@link java.util.concurrent.CompletableFuture}. @param actual the actual value. @param <T> the type of the value contained in th
fluss-test-utils/src/main/java/org/apache/fluss/testutils/common/FlussAssertions.java:153
↓ 29 callersMethoddeserialize
(JsonNode node)
fluss-common/src/main/java/org/apache/fluss/utils/json/JsonDeserializer.java:25
↓ 29 callersMethodfinishRow
Finish write the row, return the written row. @return the written row.
fluss-common/src/main/java/org/apache/fluss/row/encode/RowEncoder.java:81
↓ 29 callersMethodget
Gets the value in the map with the specified key. @param key the key whose associated value is to be returned. @return the value or {@code null} if t
fluss-common/src/main/java/org/apache/fluss/shaded/arrow/org/apache/arrow/vector/util/IntObjectMap.java:60
↓ 29 callersMethodgetBucketLeaderAndIsr
(TableBucket tableBucket)
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorContext.java:561
↓ 29 callersMethodgetCopyOfBuffer
()
fluss-common/src/main/java/org/apache/fluss/memory/MemorySegmentOutputView.java:55
↓ 29 callersMethodgetLocalLogEndOffset
()
fluss-server/src/main/java/org/apache/fluss/server/replica/Replica.java:323
↓ 29 callersMethodgetReplicaManager
()
fluss-server/src/main/java/org/apache/fluss/server/tablet/TabletServer.java:551
↓ 29 callersMethodgetSchemaId
Returns the schema ID of the table. The schema ID is a 0-based index that is incremented each time the table's schema is modified, such as when a new
fluss-common/src/main/java/org/apache/fluss/metadata/TableInfo.java:131
↓ 29 callersMethodisEmpty
()
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/source/enumerator/FlinkSourceEnumerator.java:1184
↓ 29 callersMethodreset
Reset writer to prepare next write.
fluss-common/src/main/java/org/apache/fluss/row/BinaryWriter.java:48
↓ 29 callersMethodshutdownNow
()
fluss-test-utils/src/main/java/org/apache/fluss/testutils/common/ManuallyTriggeredScheduledExecutorService.java:100
↓ 29 callersMethodsizeInBytes
()
fluss-common/src/main/java/org/apache/fluss/record/FileLogRecords.java:265
↓ 29 callersMethodsizeInBytes
()
fluss-common/src/main/java/org/apache/fluss/record/MemoryLogRecords.java:89
↓ 29 callersMethodstartNewRow
Start to write a new row.
fluss-common/src/main/java/org/apache/fluss/row/encode/RowEncoder.java:66
↓ 29 callersMethodtoUpperCase
Converts all of the characters in this {@code BinaryString} to upper case. @return the {@code BinaryString}, converted to uppercase.
fluss-common/src/main/java/org/apache/fluss/row/BinaryString.java:514
↓ 28 callersMethodbitGet
read bit. @param segment target segment. @param baseOffset bits base offset. @param index bit index from base offset.
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:438
↓ 28 callersMethodcreateElementGetter
Creates an accessor for getting elements in an internal array data structure at the given position. @param fieldType the element type of the array
fluss-common/src/main/java/org/apache/fluss/row/InternalArray.java:81
↓ 28 callersMethodfirstOrSuppressed
Adds a new exception as a {@link Throwable#addSuppressed(Throwable) suppressed exception} to a prior exception, or returns the new exception, if no pr
fluss-common/src/main/java/org/apache/fluss/utils/ExceptionUtils.java:363
↓ 28 callersMethodfrom
Create an empty {@link ProjectedRow} starting from a {@code projection} array. <p>The array represents the mapping of the fields of the original {@li
fluss-common/src/main/java/org/apache/fluss/row/ProjectedRow.java:188
↓ 28 callersMethodgetErrorMessage
Gets the error message of the message. @throws IllegalStateException if the error message is not set.
fluss-common/src/main/java/org/apache/fluss/rpc/messages/ErrorMessage.java:66
← previousnext →401–500 of 18,774, ranked by callers