Uses of Class
io.trino.hive.thrift.metastore.TableValidWriteIds
-
Uses of TableValidWriteIds in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TableValidWriteIdsModifier and TypeMethodDescriptionTableValidWriteIds.deepCopy()TableValidWriteIds.setAbortedBits(byte[] abortedBits) TableValidWriteIds.setAbortedBits(ByteBuffer abortedBits) TableValidWriteIds.setFullTableName(String fullTableName) TableValidWriteIds.setInvalidWriteIds(List<Long> invalidWriteIds) TableValidWriteIds.setMinOpenWriteId(long minOpenWriteId) TableValidWriteIds.setWriteIdHighWaterMark(long writeIdHighWaterMark) Methods in io.trino.hive.thrift.metastore that return types with arguments of type TableValidWriteIdsModifier and TypeMethodDescriptionGetValidWriteIdsResponse.getTblValidWriteIds()GetValidWriteIdsResponse.getTblValidWriteIdsIterator()Methods in io.trino.hive.thrift.metastore with parameters of type TableValidWriteIdsModifier and TypeMethodDescriptionvoidGetValidWriteIdsResponse.addToTblValidWriteIds(TableValidWriteIds elem) intTableValidWriteIds.compareTo(TableValidWriteIds other) booleanTableValidWriteIds.equals(TableValidWriteIds that) Method parameters in io.trino.hive.thrift.metastore with type arguments of type TableValidWriteIdsModifier and TypeMethodDescriptionGetValidWriteIdsResponse.setTblValidWriteIds(List<TableValidWriteIds> tblValidWriteIds) Constructors in io.trino.hive.thrift.metastore with parameters of type TableValidWriteIdsModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type TableValidWriteIdsModifierConstructorDescriptionGetValidWriteIdsResponse(List<TableValidWriteIds> tblValidWriteIds)