MCPcopy Create free account

hub / github.com/apache/fluss / functions

Functions18,774 in github.com/apache/fluss

↓ 23 callersMethodbucketing
Assign a bucket according to the bucket key byte array. @param bucketKey the bucket key byte array @param numBuckets the number of buckets @return th
fluss-common/src/main/java/org/apache/fluss/bucketing/BucketingFunction.java:34
↓ 23 callersMethodcheckAndComplete
Check if some delayed operations can be completed with the given watch key, and if yes complete them. @return the number of completed operations duri
fluss-server/src/main/java/org/apache/fluss/server/replica/delay/DelayedOperationManager.java:133
↓ 23 callersMethodclear
(PrintWriter w)
fluss-protogen/fluss-protogen-generator/src/main/java/org/apache/fluss/protogen/generator/generator/ProtobufField.java:119
↓ 23 callersMethodcopyToBytes
Copy segments to a new byte[]. @param segments Source segments. @param offset Source segments offset. @param numBytes the number bytes to copy.
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:98
↓ 23 callersMethodcreateGatewayProxy
Creates a proxy for the given gateway class. The proxy will forward all method calls to the remote gateway service.
fluss-rpc/src/main/java/org/apache/fluss/rpc/GatewayClientProxy.java:45
↓ 23 callersMethodfailed
Returns true if the request is failed.
fluss-rpc/src/main/java/org/apache/fluss/rpc/entity/ResultForBucket.java:59
↓ 23 callersMethodgetKvSnapshotLeaseMetadata
(String leaseId)
fluss-server/src/main/java/org/apache/fluss/server/zk/ZooKeeperClient.java:1085
↓ 23 callersMethodgetLeasedBucketCount
()
fluss-server/src/main/java/org/apache/fluss/server/coordinator/lease/KvSnapshotLeaseManager.java:465
↓ 23 callersMethodgetNumFuturesCompleted
Gets the number of Futures in the conjunction that are already complete. @return The number of Futures in the conjunction that are already complete
fluss-common/src/main/java/org/apache/fluss/utils/concurrent/FutureUtils.java:430
↓ 23 callersMethodgetOrCreateLog
( TablePath tablePath, String partitionName, TableBucket tableBucket)
fluss-server/src/test/java/org/apache/fluss/server/log/LogManagerTest.java:298
↓ 23 callersMethodgetPrecision
()
fluss-common/src/main/java/org/apache/fluss/types/TimestampType.java:73
↓ 23 callersMethodgetRow
Get the log record's row. @return the log record's row
fluss-common/src/main/java/org/apache/fluss/record/LogRecord.java:63
↓ 23 callersMethodgetTimestamp
(int pos, int precision)
fluss-lake/fluss-lake-paimon/src/main/java/org/apache/fluss/lake/paimon/source/FlussRowAsPaimonRow.java:120
↓ 23 callersMethodmaxTimestamp
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogAppendInfo.java:109
↓ 23 callersMethodrecordBatchHeaderSize
(byte magic)
fluss-common/src/main/java/org/apache/fluss/record/LogRecordBatchFormat.java:271
↓ 23 callersMethodstart
Creates a re-occurring task which obtains new tokens.
fluss-client/src/main/java/org/apache/fluss/client/token/SecurityTokenManager.java:24
↓ 23 callersMethodwaitUntilPartitions
Wait until the default number of partitions is created. Return the map from partition id to partition name.
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/testutils/FlinkPaimonTieringTestBase.java:218
↓ 23 callersMethodwriteBatch
()
fluss-client/src/main/java/org/apache/fluss/client/write/ReadyWriteBatch.java:40
↓ 23 callersMethodwriteByte
Writes to the output stream the eight low-order bits of the argument <code>v</code>. The 24 high-order bits of <code>v</code> are ignored. The byte wr
fluss-common/src/main/java/org/apache/fluss/memory/OutputView.java:53
↓ 22 callersMethodand
(Predicate... predicates)
fluss-common/src/main/java/org/apache/fluss/predicate/PredicateBuilder.java:170
↓ 22 callersMethodcompute
Compute the CRC32C (Castagnoli) of the segment of the byte array given by the specified size and offset. @param bytes The bytes to checksum @param of
fluss-common/src/main/java/org/apache/fluss/utils/crc/Crc32C.java:65
↓ 22 callersMethodconvert
(Object obj)
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/utils/PojoToRowConverter.java:106
↓ 22 callersMethoddeleteIfExists
()
fluss-server/src/main/java/org/apache/fluss/server/log/LazyIndex.java:68
↓ 22 callersMethodempty
Create an empty writer state. @return an empty writer state
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/sink/state/WriterState.java:85
↓ 22 callersMethodenumType
Defines that the value of the option should be of {@link Enum} type. @param enumClass Concrete type of the expected enum.
fluss-common/src/main/java/org/apache/fluss/config/ConfigBuilder.java:158
↓ 22 callersMethodequals
(Object o)
fluss-client/src/test/java/org/apache/fluss/client/table/FlussTypedClientITCase.java:211
↓ 22 callersMethodexpect
(String... splits)
fluss-common/src/test/java/org/apache/fluss/config/StructuredOptionsSplitterTest.java:127
↓ 22 callersMethodgetBucketId
(InternalRow row)
fluss-client/src/test/java/org/apache/fluss/client/table/scanner/batch/KvSnapshotBatchScannerITCase.java:329
↓ 22 callersMethodgetFieldCount
()
fluss-common/src/main/java/org/apache/fluss/types/RowType.java:88
↓ 22 callersMethodgetTableBucket
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogTablet.java:232
↓ 22 callersMethodhasErrorCode
Returns whether the error code is set.
fluss-common/src/main/java/org/apache/fluss/rpc/messages/ErrorMessage.java:43
↓ 22 callersMethodlistOffsets
List offset for the specified buckets. This operation enables to find the beginning offset, end offset as well as the offset matching a timestamp in b
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:518
↓ 22 callersMethodnewCoordinatorClient
()
fluss-server/src/test/java/org/apache/fluss/server/testutils/FlussClusterExtension.java:483
↓ 22 callersMethodnewCreateTableRequest
( TablePath tablePath, TableDescriptor tableDescriptor, boolean ignoreIfExists)
fluss-server/src/test/java/org/apache/fluss/server/testutils/RpcMessageTestUtils.java:138
↓ 22 callersMethodnextSequence
(TableBucket tableBucket)
fluss-client/src/main/java/org/apache/fluss/client/write/IdempotenceManager.java:141
↓ 22 callersMethodnumOfInFlightBatches
(TableBucket tb)
fluss-client/src/main/java/org/apache/fluss/client/write/Sender.java:136
↓ 22 callersMethodof
( Class<T> pojoClass, RowType tableSchema, RowType projection)
fluss-client/src/main/java/org/apache/fluss/client/converter/PojoToRowConverter.java:65
↓ 22 callersMethodof
Sets the context class loader to the given ClassLoader and returns a resource that sets it back to the current context ClassLoader when the resource i
fluss-common/src/main/java/org/apache/fluss/utils/TemporaryClassLoaderContext.java:58
↓ 22 callersMethodor
(Predicate... predicates)
fluss-common/src/main/java/org/apache/fluss/predicate/PredicateBuilder.java:201
↓ 22 callersMethodrecords
()
fluss-rpc/src/main/java/org/apache/fluss/rpc/entity/FetchLogResultForBucket.java:86
↓ 22 callersMethodreplaceRow
Replaces the underlying {@link InternalRow} backing this {@link ProjectedRow}. <p>This method replaces the row data in place and does not return a ne
fluss-common/src/main/java/org/apache/fluss/row/ProjectedRow.java:53
↓ 22 callersMethodsize
()
fluss-common/src/main/java/org/apache/fluss/row/BinaryMap.java:47
↓ 22 callersMethodtakeSnapshot
Take a snapshot at the current end offset if one does not already exist with syncing the change to the device.
fluss-server/src/main/java/org/apache/fluss/server/log/WriterStateManager.java:195
↓ 22 callersMethodtoTabletServerInfo
( Map<Integer, String> rackMap, List<Integer> serversWithoutRack)
fluss-server/src/test/java/org/apache/fluss/server/utils/TableAssignmentUtilsTest.java:585
↓ 22 callersMethodtoUri
Converts the path object to a {@link URI}. @return the {@link URI} object converted from the path object
fluss-common/src/main/java/org/apache/fluss/fs/FsPath.java:254
↓ 22 callersMethodvalues
()
fluss-common/src/main/java/org/apache/fluss/utils/CopyOnWriteMap.java:77
↓ 22 callersMethodwaitUntilPartitions
Wait until the default number of partitions is created. Return the map from partition id to partition name.
fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/utils/FlinkTestBase.java:185
↓ 22 callersMethodwaitUntilTableReady
Wait until all the table assignments buckets are ready for table.
fluss-server/src/test/java/org/apache/fluss/server/testutils/FlussClusterExtension.java:543
↓ 22 callersMethodwithProperties
Returns a new TableDescriptor instance that is a copy of this TableDescriptor with a new properties.
fluss-common/src/main/java/org/apache/fluss/metadata/TableDescriptor.java:243
↓ 22 callersMethodwriteBytes
(int pos, byte[] value)
fluss-common/src/main/java/org/apache/fluss/row/BinaryWriter.java:57
↓ 21 callersMethodapply
(TabletServerGateway gateway, RequestT request)
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorChannelManager.java:198
↓ 21 callersMethodassignBucket
(Cluster cluster)
fluss-client/src/main/java/org/apache/fluss/client/write/StickyBucketAssigner.java:47
↓ 21 callersMethodcall
(FunctionDefinition function, ResolvedExpression... args)
fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/utils/PredicateConverterTest.java:594
↓ 21 callersMethodcreateArrowReadContext
( RowType dataRowType, int schemaId, int[] selectedFields, boo
fluss-common/src/main/java/org/apache/fluss/record/LogRecordReadContext.java:111
↓ 21 callersMethodcreateTable
Creates a new table. @param request the request to create table.
fluss-rpc/src/main/java/org/apache/fluss/rpc/gateway/AdminGateway.java:90
↓ 21 callersMethodentrySet
()
fluss-lake/fluss-lake-iceberg/src/main/java/org/apache/fluss/lake/iceberg/source/FlussMapAsIcebergMap.java:75
↓ 21 callersMethodfromColumns
Adopts all columns from the given list. <p>This method directly uses the columns as-is, preserving their existing column IDs and all nested field IDs
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:332
↓ 21 callersMethodgetChar
Returns the string value at the given position with fixed length.
fluss-common/src/main/java/org/apache/fluss/row/DataGetters.java:60
↓ 21 callersMethodgetDataClass
Returns the data class for the given {@link DataType}.
fluss-common/src/main/java/org/apache/fluss/row/InternalRow.java:101
↓ 21 callersMethodgetDataLakeFormat
Return the data lake format of the table. It'll be the datalake format configured in Fluss whiling creating the table. Return empty if no datalake for
fluss-common/src/main/java/org/apache/fluss/config/TableConfig.java:96
↓ 21 callersMethodgetLong
(int pos)
fluss-common/src/main/java/org/apache/fluss/row/BinaryArray.java:161
↓ 21 callersMethodgetObject
(int pos)
fluss-common/src/main/java/org/apache/fluss/row/GenericArray.java:231
↓ 21 callersMethodgetOffsetsMetadata
Gets the offset snapshot metadata for a producer.
fluss-server/src/main/java/org/apache/fluss/server/coordinator/producer/ProducerOffsetsStore.java:157
↓ 21 callersMethodgetOrCreateWriter
( long tableId, int schemaId, int bufferSizeInBytes, RowType s
fluss-common/src/main/java/org/apache/fluss/row/arrow/ArrowWriterProvider.java:27
↓ 21 callersMethodinitialize
Initializes the shared file system settings. <p>The given configuration is passed to each file system plugin to initialize the respective file system
fluss-common/src/main/java/org/apache/fluss/fs/FileSystem.java:254
↓ 21 callersMethodisCompact
Returns whether the timestamp data is small enough to be stored in a long of milliseconds.
fluss-common/src/main/java/org/apache/fluss/row/TimestampNtz.java:155
↓ 21 callersMethodisCompact
Returns whether the timestamp data is small enough to be stored in a long of milliseconds.
fluss-common/src/main/java/org/apache/fluss/row/TimestampLtz.java:109
↓ 21 callersMethodmakeLogTabletAndAddSegments
(boolean partitionTable)
fluss-server/src/test/java/org/apache/fluss/server/log/remote/RemoteLogTestBase.java:67
↓ 21 callersMethodmerge
Merge the old value with the new value. @param oldValue the old value, or null if this is a first insert (no existing row) @param newValue the new ro
fluss-server/src/main/java/org/apache/fluss/server/kv/rowmerger/RowMerger.java:44
↓ 21 callersMethodreadBoolean
Reads one input byte and returns {@code true} if that byte is nonzero, {@code false} if that byte is zero. This method is suitable for reading the byt
fluss-common/src/main/java/org/apache/fluss/memory/InputView.java:43
↓ 21 callersMethodrelevantRemoteLogSegments
Get all remote log segments relevant to the input offset, which including these segments whose remote log start offset higher that or equal to this of
fluss-server/src/main/java/org/apache/fluss/server/log/remote/RemoteLogTablet.java:231
↓ 21 callersMethodretryVerifyContext
(Consumer<CoordinatorContext> verifyFunction)
fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java:1354
↓ 21 callersMethodtableExists
Get whether table exists asynchronously. @param tablePath The table path of the table.
fluss-client/src/main/java/org/apache/fluss/client/admin/Admin.java:256
↓ 21 callersMethodwriteRows
Write rows to the table through Fluss API. <p>This method writes data through Fluss, which will then be synced to Paimon via tiering job. The data wi
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/flink/FlinkUnionReadDvTableITCase.java:342
↓ 20 callersMethodLISTAGG
Creates a LISTAGG aggregation function with default comma delimiter. <p>Concatenates multiple string values into a single string with a delimiter. <
fluss-common/src/main/java/org/apache/fluss/metadata/AggFunctions.java:188
↓ 20 callersMethodactiveWriters
()
fluss-server/src/main/java/org/apache/fluss/server/log/LogTablet.java:272
↓ 20 callersMethodaddAcl
(Resource resource, OperationType operationType)
fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/security/acl/FlinkAuthorizationITCase.java:418
↓ 20 callersMethodaddMultiSegmentsToLogTablet
(LogTablet logTablet, int numSegments)
fluss-server/src/test/java/org/apache/fluss/server/replica/ReplicaTestBase.java:510
↓ 20 callersMethodbuffer
()
fluss-common/src/main/java/org/apache/fluss/row/indexed/IndexedRowWriter.java:287
↓ 20 callersMethodbuildTieringJob
(StreamExecutionEnvironment execEnv)
fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/testutils/FlinkPaimonTieringTestBase.java:126
↓ 20 callersMethodcompareLiteral
(DataType type, Object v1, Object v2)
fluss-common/src/main/java/org/apache/fluss/predicate/CompareUtils.java:32
↓ 20 callersMethodcreateValueWriter
Creates an accessor for setting the elements of a binary writer during runtime. @param elementType the element type @param rowFormat the binary row f
fluss-common/src/main/java/org/apache/fluss/row/BinaryWriter.java:100
↓ 20 callersMethodearliest
Get an {@link OffsetsInitializer} which initializes the offsets to the earliest available offsets of each bucket. @return an {@link OffsetsInitialize
fluss-client/src/main/java/org/apache/fluss/client/initializer/OffsetsInitializer.java:72
↓ 20 callersMethodenableAutoIncrement
Declares a column to be auto-incremented. With an auto-increment column in the table, whenever a new row is inserted into the table, the new row will
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:552
↓ 20 callersMethodequals
Equals two memory segments regions. @param segments1 Segments 1 @param offset1 Offset of segments1 to start equaling @param segments2 Segments 2 @par
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:78
↓ 20 callersMethodfuture
()
fluss-client/src/main/java/org/apache/fluss/client/lookup/LookupQuery.java:52
↓ 20 callersMethodgenKvRecords
(Tuple2<String, Object[]>... keyAndValues)
fluss-common/src/test/java/org/apache/fluss/testutils/DataTestUtils.java:387
↓ 20 callersMethodget
(Object key)
fluss-common/src/main/java/org/apache/fluss/row/GenericMap.java:54
↓ 20 callersMethodgetColumnNames
Returns all column names. It does not distinguish between different kinds of columns.
fluss-common/src/main/java/org/apache/fluss/metadata/Schema.java:190
↓ 20 callersMethodgetConfig
()
fluss-common/src/test/java/org/apache/fluss/metrics/util/TestReporter.java:66
↓ 20 callersMethodgetKvFormat
Gets the kv format of the table.
fluss-common/src/main/java/org/apache/fluss/config/TableConfig.java:64
↓ 20 callersMethodgetPhysicalTablePath
()
fluss-server/src/main/java/org/apache/fluss/server/replica/Replica.java:371
↓ 20 callersMethodgetTableAssignment
Get the table assignment in ZK.
fluss-server/src/main/java/org/apache/fluss/server/zk/ZooKeeperClient.java:261
↓ 20 callersMethodgetTablePath
()
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/tiering/source/split/TieringSplit.java:132
↓ 20 callersMethodgreaterThan
(int idx, Object literal)
fluss-common/src/main/java/org/apache/fluss/predicate/PredicateBuilder.java:100
↓ 20 callersMethodhighWatermarkFor
(TableBucket tableBucket)
fluss-server/src/test/java/org/apache/fluss/server/replica/HighWatermarkPersistenceTest.java:194
↓ 20 callersMethodinFirstSegment
Is it just in first MemorySegment, we use quick way to do something.
fluss-common/src/main/java/org/apache/fluss/row/BinarySegmentUtils.java:312
↓ 20 callersMethodisEmpty
()
fluss-server/src/main/java/org/apache/fluss/server/replica/delay/DelayedOperationManager.java:270
↓ 20 callersMethodlastBatchSequence
()
fluss-server/src/main/java/org/apache/fluss/server/log/WriterStateEntry.java:69
↓ 20 callersMethodload
Returns in iterator over all available implementations of the given service interface (SPI) in all the plugins known to this plugin manager instance.
fluss-common/src/main/java/org/apache/fluss/plugin/PluginManager.java:37
← previousnext →601–700 of 18,774, ranked by callers