Uses of Enum
com.databricks.jdbc.api.impl.arrow.ChunkStatus
Packages that use ChunkStatus
-
Uses of ChunkStatus in com.databricks.jdbc.api.impl.arrow
Subclasses with type arguments of type ChunkStatus in com.databricks.jdbc.api.impl.arrowModifier and TypeClassDescriptionenumRepresents the lifecycle states of a data chunk during the download and processing pipeline.Methods in com.databricks.jdbc.api.impl.arrow that return ChunkStatusModifier and TypeMethodDescriptionArrowResultChunkStateMachine.getCurrentStatus()Returns the current state of the chunk.AbstractArrowResultChunk.getStatus()Returns the current status of the chunk.static ChunkStatusReturns the enum constant of this type with the specified name.static ChunkStatus[]ChunkStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.api.impl.arrow that return types with arguments of type ChunkStatusModifier and TypeMethodDescriptionArrowResultChunkStateMachine.getValidTargetStates()Returns a set of valid target states from the current state.ChunkStatus.getValidTransitions()Returns the set of valid target states from this state.Methods in com.databricks.jdbc.api.impl.arrow with parameters of type ChunkStatusModifier and TypeMethodDescriptionbooleanChunkStatus.canTransitionTo(ChunkStatus targetStatus) Checks if a transition to the target state is valid from this state.protected abstract voidAbstractArrowResultChunk.handleFailure(Exception exception, ChunkStatus failedStatus) Handles a failure during the download or processing of this chunk.protected voidArrowResultChunk.handleFailure(Exception exception, ChunkStatus failedStatus) Handles a failure during the download or processing of this chunk.booleanArrowResultChunkStateMachine.isValidTransition(ChunkStatus targetStatus) Checks if a transition to the target state is valid from the current state.protected voidAbstractArrowResultChunk.setStatus(ChunkStatus targetStatus) Updates the status of the chunk.voidArrowResultChunkStateMachine.transition(ChunkStatus targetStatus) Attempts to transition to the target state.ArrowResultChunk.Builder.withChunkStatus(ChunkStatus status) Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type ChunkStatusModifierConstructorDescriptionprotectedAbstractArrowResultChunk(long numRows, long rowOffset, long chunkIndex, StatementId statementId, ChunkStatus initialStatus, ExternalLink chunkLink, Instant expiryTime, int chunkReadyTimeoutSeconds) ArrowResultChunkStateMachine(ChunkStatus initialStatus, long chunkIndex, StatementId statementId) -
Uses of ChunkStatus in com.databricks.jdbc.api.impl.arrow.incubator
Methods in com.databricks.jdbc.api.impl.arrow.incubator with parameters of type ChunkStatusModifier and TypeMethodDescriptionprotected voidArrowResultChunkV2.handleFailure(Exception exception, ChunkStatus failedStatus)