-
Method Summary
int
The parameter binding hash for the given query
The underlying (cursor) execution state
int
The plan hash for the query -- to be deprecated
com.apple.foundationdb.relational.continuation.ContinuationProto.Reason
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
int
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
int
optional int32 version = 1;
boolean
The parameter binding hash for the given query
boolean
boolean
The underlying (cursor) execution state
boolean
The plan hash for the query -- to be deprecated
boolean
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
boolean
optional int32 version = 1;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVersion
boolean hasVersion()
optional int32 version = 1;
- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()
optional int32 version = 1;
- Returns:
- The version.
-
hasExecutionState
boolean hasExecutionState()
The underlying (cursor) execution state
optional bytes execution_state = 2;
- Returns:
- Whether the executionState field is set.
-
getExecutionState
The underlying (cursor) execution state
optional bytes execution_state = 2;
- Returns:
- The executionState.
-
hasBindingHash
boolean hasBindingHash()
The parameter binding hash for the given query
optional int32 binding_hash = 3;
- Returns:
- Whether the bindingHash field is set.
-
getBindingHash
int getBindingHash()
The parameter binding hash for the given query
optional int32 binding_hash = 3;
- Returns:
- The bindingHash.
-
hasPlanHash
boolean hasPlanHash()
The plan hash for the query -- to be deprecated
optional int32 plan_hash = 4;
- Returns:
- Whether the planHash field is set.
-
getPlanHash
int getPlanHash()
The plan hash for the query -- to be deprecated
optional int32 plan_hash = 4;
- Returns:
- The planHash.
-
hasCompiledStatement
boolean hasCompiledStatement()
The serialized package
optional .com.apple.foundationdb.relational.continuation.CompiledStatement compiled_statement = 5;
- Returns:
- Whether the compiledStatement field is set.
-
getCompiledStatement
The serialized package
optional .com.apple.foundationdb.relational.continuation.CompiledStatement compiled_statement = 5;
- Returns:
- The compiledStatement.
-
getCompiledStatementOrBuilder
The serialized package
optional .com.apple.foundationdb.relational.continuation.CompiledStatement compiled_statement = 5;
-
hasReason
boolean hasReason()
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
- Returns:
- Whether the reason field is set.
-
getReasonValue
int getReasonValue()
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
- Returns:
- The enum numeric value on the wire for reason.
-
getReason
com.apple.foundationdb.relational.continuation.ContinuationProto.Reason getReason()
optional .com.apple.foundationdb.relational.continuation.ContinuationProto.Reason reason = 6;
- Returns:
- The reason.