Uses of Class
org.apache.cassandra.schema.TableId
Packages that use TableId
Package
Description
File transfer
-
Uses of TableId in org.apache.cassandra.cache
Fields in org.apache.cassandra.cache declared as TableIdConstructors in org.apache.cassandra.cache with parameters of type TableIdModifierConstructorDescriptionprotectedRowCacheKey(TableId tableId, String indexName, byte[] key) RowCacheKey(TableId tableId, String indexName, ByteBuffer key) -
Uses of TableId in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema that return TableId -
Uses of TableId in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return types with arguments of type TableIdModifier and TypeMethodDescriptionCounterMutation.getTableIds()IMutation.getTableIds()Mutation.getTableIds()Methods in org.apache.cassandra.db with parameters of type TableIdModifier and TypeMethodDescriptionvoidKeyspace.getColumnFamilyStore(TableId id) static ColumnFamilyStoreColumnFamilyStore.getIfExists(TableId id) Returns a ColumnFamilyStore by id if it exists, null otherwise Differently from others, this method does not throw exception if the table does not exist.Keyspace.getIfExists(TableId id) static longSystemKeyspace.getTruncatedAt(TableId id) static CommitLogPositionSystemKeyspace.getTruncatedPosition(TableId id) booleanKeyspace.hasColumnFamilyStore(TableId id) static TableMetricsColumnFamilyStore.metricsFor(TableId tableId) static voidSystemKeyspace.removeTruncationRecord(TableId id) This method is used to remove information about truncation time for specified column familyvoidStorageHook.reportRead(TableId tableId, DecoratedKey key) voidStorageHook.reportWrite(TableId tableId, PartitionUpdate partitionUpdate) Method parameters in org.apache.cassandra.db with type arguments of type TableIdConstructor parameters in org.apache.cassandra.db with type arguments of type TableIdModifierConstructorDescriptionMutation(String keyspaceName, DecoratedKey key, com.google.common.collect.ImmutableMap<TableId, PartitionUpdate> modifications, long approxCreatedAtNanos) Mutation(String keyspaceName, DecoratedKey key, com.google.common.collect.ImmutableMap<TableId, PartitionUpdate> modifications, long approxCreatedAtNanos, boolean cdcEnabled) -
Uses of TableId in org.apache.cassandra.db.commitlog
Methods in org.apache.cassandra.db.commitlog that return types with arguments of type TableIdModifier and TypeMethodDescriptionCommitLogSegment.getDirtyTableIds()CommitLogReader.getInvalidMutations()Methods in org.apache.cassandra.db.commitlog with parameters of type TableIdModifier and TypeMethodDescriptionvoidCommitLog.discardCompletedSegments(TableId id, CommitLogPosition lowerBound, CommitLogPosition upperBound) Modifies the per-CF dirty cursors of any commit log segments for the column family according to the position given.voidCommitLogSegment.markClean(TableId tableId, CommitLogPosition startPosition, CommitLogPosition endPosition) Marks the ColumnFamily specified by id as clean for this log segment.Method parameters in org.apache.cassandra.db.commitlog with type arguments of type TableIdModifier and TypeMethodDescriptionvoidCommitLog.forceRecycleAllSegments(Collection<TableId> droppedTables) Flushes all dirty CFs, waiting for them to free and recycle any segments they were retaining -
Uses of TableId in org.apache.cassandra.db.compaction.unified
Methods in org.apache.cassandra.db.compaction.unified that return TableId -
Uses of TableId in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming declared as TableIdModifier and TypeFieldDescriptionfinal TableIdCassandraStreamHeader.tableIdprotected final TableIdCassandraStreamReader.tableIdMethods in org.apache.cassandra.db.streaming that return TableIdModifier and TypeMethodDescriptionCassandraIncomingFile.getTableId()CassandraOutgoingFile.getTableId()Methods in org.apache.cassandra.db.streaming with parameters of type TableIdMethod parameters in org.apache.cassandra.db.streaming with type arguments of type TableIdModifier and TypeMethodDescriptionCassandraStreamHeader.CassandraStreamHeaderSerializer.deserialize(DataInputPlus in, int version, Function<TableId, IPartitioner> partitionerMapper) -
Uses of TableId in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view with parameters of type TableIdConstructors in org.apache.cassandra.db.view with parameters of type TableId -
Uses of TableId in org.apache.cassandra.db.virtual
Methods in org.apache.cassandra.db.virtual that return types with arguments of type TableIdMethods in org.apache.cassandra.db.virtual with parameters of type TableIdModifier and TypeMethodDescriptionVirtualKeyspaceRegistry.getTableMetadataNullable(TableId id) VirtualKeyspaceRegistry.getTableNullable(TableId id) Constructor parameters in org.apache.cassandra.db.virtual with type arguments of type TableIdModifierConstructorDescriptionVirtualMutation(String keyspaceName, DecoratedKey partitionKey, com.google.common.collect.ImmutableMap<TableId, PartitionUpdate> modifications) -
Uses of TableId in org.apache.cassandra.exceptions
Fields in org.apache.cassandra.exceptions declared as TableIdConstructors in org.apache.cassandra.exceptions with parameters of type TableId -
Uses of TableId in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return TableIdModifier and TypeMethodDescriptionRangeAwareSSTableWriter.getTableId()SimpleSSTableMultiWriter.getTableId()SSTableMultiWriter.getTableId()SSTableZeroCopyWriter.getTableId() -
Uses of TableId in org.apache.cassandra.io.sstable.indexsummary
Constructor parameters in org.apache.cassandra.io.sstable.indexsummary with type arguments of type TableIdModifierConstructorDescriptionIndexSummaryRedistribution(Map<TableId, LifecycleTransaction> transactions, long nonRedistributingOffHeapSize, long memoryPoolBytes) -
Uses of TableId in org.apache.cassandra.repair.consistent
Fields in org.apache.cassandra.repair.consistent with type parameters of type TableIdModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableSet<TableId>ConsistentSession.tableIdsMethods in org.apache.cassandra.repair.consistent with parameters of type TableIdModifier and TypeMethodDescriptionLocalSessions.cleanup(TableId tid, Collection<Range<Token>> ranges, boolean force) LocalSessions.getPendingStats(TableId tid, Collection<Range<Token>> ranges) LocalSessions.getRepairedStats(TableId tid, Collection<Range<Token>> ranges) protected TableMetadataLocalSessions.getTableMetadata(TableId tableId) -
Uses of TableId in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages with type parameters of type TableIdConstructor parameters in org.apache.cassandra.repair.messages with type arguments of type TableIdModifierConstructorDescriptionPrepareMessage(TimeUUID parentRepairSession, List<TableId> tableIds, Collection<Range<Token>> ranges, boolean isIncremental, long repairedAt, boolean isGlobal, PreviewKind previewKind) -
Uses of TableId in org.apache.cassandra.repair.state
Fields in org.apache.cassandra.repair.state with type parameters of type TableId -
Uses of TableId in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as TableIdModifier and TypeFieldDescriptionfinal TableIdViewMetadata.baseTableIdfinal TableIdTableMetadata.idfinal TableIdTableMetadataRef.idMethods in org.apache.cassandra.schema that return TableIdModifier and TypeMethodDescriptionstatic TableIdTableId.deserialize(DataInput in) static TableIdTableId.forSystemTable(String keyspace, String table) Creates the UUID of a system table.static TableIdTableId.fromString(String idString) static TableIdstatic TableIdTableId.generate()static TableIdTableId.unsafeDeterministic(String keyspace, String table) Methods in org.apache.cassandra.schema that return types with arguments of type TableIdMethods in org.apache.cassandra.schema with parameters of type TableIdModifier and TypeMethodDescriptionstatic TableMetadata.BuilderSchema.getColumnFamilyStoreInstance(TableId id) ReturnsColumnFamilyStoreby the table identifier.intPartitionDenylist.getDeniedKeysInRangeCount(TableId tid, AbstractBounds<PartitionPosition> range) default TableMetadataSchemaProvider.getExistingTableMetadata(TableId id) Tables.getNullable(TableId id) Schema.getTableMetadata(TableId id) SchemaProvider.getTableMetadata(TableId id) Schema.getTableMetadataRef(TableId id) Get Table metadata by its identifierSchemaProvider.getTableMetadataRef(TableId id) Keyspaces.getTableOrViewNullable(TableId id) booleanPartitionDenylist.isKeyPermitted(TableId tid, ByteBuffer key) Constructors in org.apache.cassandra.schema with parameters of type TableIdModifierConstructorDescriptionViewMetadata(TableId baseTableId, String baseTableName, boolean includeAllColumns, WhereClause whereClause, TableMetadata metadata) -
Uses of TableId in org.apache.cassandra.service
Methods in org.apache.cassandra.service that return types with arguments of type TableIdMethods in org.apache.cassandra.service with parameters of type TableId -
Uses of TableId in org.apache.cassandra.service.paxos.cleanup
Fields in org.apache.cassandra.service.paxos.cleanup declared as TableIdMethods in org.apache.cassandra.service.paxos.cleanup with parameters of type TableIdModifier and TypeMethodDescriptionstatic PaxosCleanupLocalCoordinatorPaxosCleanupLocalCoordinator.createForAutoRepair(SharedContext ctx, TableId tableId, Collection<Range<Token>> ranges) static PaxosStartPrepareCleanupPaxosStartPrepareCleanup.prepare(SharedContext ctx, TableId tableId, Collection<InetAddressAndPort> endpoints, EndpointState localEpState, Collection<Range<Token>> ranges) We run paxos repair as part of topology changes, so we include the local endpoint state in the paxos repair prepare message to prevent racing with gossip dissemination and guarantee that every repair participant is aware of the pending ring change during repair.Constructors in org.apache.cassandra.service.paxos.cleanup with parameters of type TableIdModifierConstructorDescriptionPaxosCleanupHistory(TableId tableId, Ballot highBound, PaxosRepairHistory history) PaxosCleanupRequest(UUID session, TableId tableId, Collection<Range<Token>> ranges) Request(TableId tableId, EndpointState epState, Collection<Range<Token>> ranges) -
Uses of TableId in org.apache.cassandra.service.paxos.uncommitted
Methods in org.apache.cassandra.service.paxos.uncommitted that return TableIdMethods in org.apache.cassandra.service.paxos.uncommitted that return types with arguments of type TableIdMethods in org.apache.cassandra.service.paxos.uncommitted with parameters of type TableIdModifier and TypeMethodDescriptionstatic UncommittedDataFilePaxosUncommittedIndex.repairIterator(TableId tableId, Collection<Range<Token>> ranges) PaxosUncommittedTracker.UpdateSupplier.repairIterator(TableId tableId, Collection<Range<Token>> ranges) PaxosUncommittedTracker.uncommittedKeyIterator(TableId tableId, Collection<Range<Token>> ranges) Constructors in org.apache.cassandra.service.paxos.uncommitted with parameters of type TableIdModifierConstructorDescriptionPaxosKeyState(TableId tableId, DecoratedKey key, Ballot ballot, boolean committed) Constructor parameters in org.apache.cassandra.service.paxos.uncommitted with type arguments of type TableIdModifierConstructorDescriptionPaxosUncommittedTracker(File dataDirectory, com.google.common.collect.ImmutableMap<TableId, UncommittedTableData> tableStates) -
Uses of TableId in org.apache.cassandra.streaming
Fields in org.apache.cassandra.streaming declared as TableIdModifier and TypeFieldDescriptionfinal TableIdStreamSummary.tableIdprotected final TableIdStreamTask.tableIdFields in org.apache.cassandra.streaming with type parameters of type TableIdModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<TableId,StreamTransferTask> StreamSession.transfersMethods in org.apache.cassandra.streaming that return TableIdMethods in org.apache.cassandra.streaming with parameters of type TableIdModifier and TypeMethodDescriptionStreamSession.getAggregator(TableId tableId) voidvoidStreamHook.reportIncomingStream(TableId tableId, IncomingStream stream, StreamSession session, int sequenceNumber) Constructors in org.apache.cassandra.streaming with parameters of type TableIdModifierConstructorDescriptionStreamReceiveTask(StreamSession session, TableId tableId, int totalStreams, long totalSize) StreamSummary(TableId tableId, int files, long totalSize) protectedStreamTask(StreamSession session, TableId tableId) StreamTransferTask(StreamSession session, TableId tableId) -
Uses of TableId in org.apache.cassandra.streaming.messages
Fields in org.apache.cassandra.streaming.messages declared as TableIdModifier and TypeFieldDescriptionfinal TableIdReceivedMessage.tableIdfinal TableIdStreamMessageHeader.tableIdConstructors in org.apache.cassandra.streaming.messages with parameters of type TableIdModifierConstructorDescriptionOutgoingStreamMessage(TableId tableId, StreamSession session, OutgoingStream stream, int sequenceNumber) ReceivedMessage(TableId tableId, int sequenceNumber) StreamMessageHeader(TableId tableId, InetAddressAndPort sender, TimeUUID planId, boolean sendByFollower, int sessionIndex, int sequenceNumber, long repairedAt, TimeUUID pendingRepair)