public static interface ExecuteStatementResult.Builder extends SdkPojo, CopyableBuilder<ExecuteStatementResult.Builder,ExecuteStatementResult>
| Modifier and Type | Method and Description |
|---|---|
default ExecuteStatementResult.Builder |
consumedIOs(Consumer<IOUsage.Builder> consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
ExecuteStatementResult.Builder |
consumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
|
default ExecuteStatementResult.Builder |
firstPage(Consumer<Page.Builder> firstPage)
Contains the details of the first fetched page.
|
ExecuteStatementResult.Builder |
firstPage(Page firstPage)
Contains the details of the first fetched page.
|
default ExecuteStatementResult.Builder |
timingInformation(Consumer<TimingInformation.Builder> timingInformation)
Contains server-side performance information for the command.
|
ExecuteStatementResult.Builder |
timingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteStatementResult.Builder firstPage(Page firstPage)
Contains the details of the first fetched page.
firstPage - Contains the details of the first fetched page.default ExecuteStatementResult.Builder firstPage(Consumer<Page.Builder> firstPage)
Contains the details of the first fetched page.
This is a convenience that creates an instance of thePage.Builder avoiding the need to create one
manually via Page.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to firstPage(Page).firstPage - a consumer that will call methods on Page.BuilderfirstPage(Page)ExecuteStatementResult.Builder timingInformation(TimingInformation timingInformation)
Contains server-side performance information for the command.
timingInformation - Contains server-side performance information for the command.default ExecuteStatementResult.Builder timingInformation(Consumer<TimingInformation.Builder> timingInformation)
Contains server-side performance information for the command.
This is a convenience that creates an instance of theTimingInformation.Builder avoiding the need to
create one manually via TimingInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timingInformation(TimingInformation).timingInformation - a consumer that will call methods on TimingInformation.BuildertimingInformation(TimingInformation)ExecuteStatementResult.Builder consumedIOs(IOUsage consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
consumedIOs - Contains metrics about the number of I/O requests that were consumed.default ExecuteStatementResult.Builder consumedIOs(Consumer<IOUsage.Builder> consumedIOs)
Contains metrics about the number of I/O requests that were consumed.
This is a convenience that creates an instance of theIOUsage.Builder avoiding the need to create one
manually via IOUsage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to consumedIOs(IOUsage).consumedIOs - a consumer that will call methods on IOUsage.BuilderconsumedIOs(IOUsage)Copyright © 2021. All rights reserved.