Uses of Interface
eu.cloudnetservice.driver.network.chunk.ChunkedFileQueryBuilder
Packages that use ChunkedFileQueryBuilder
Package
Description
-
Uses of ChunkedFileQueryBuilder in eu.cloudnetservice.driver.network.chunk
Methods in eu.cloudnetservice.driver.network.chunk that return ChunkedFileQueryBuilderModifier and TypeMethodDescriptionChunkedFileQueryBuilder.chunkSize(int chunkSize) The size of the chunks in bytes that will be transferred from the remote to the caller.ChunkedFileQueryBuilder.configureMessageBuffer(@NonNull Consumer<DataBuf.Mutable> bufferConfigurer) A consumer that is called when the actual request is sent to the data source.static @NonNull ChunkedFileQueryBuilderChunkedFileQueryBuilder.create()Constructs a new default implementation of this builder.ChunkedFileQueryBuilder.dataIdentifier(@NonNull String dataIdentifier) The identifier for the data should be transferred from the remote to the caller.ChunkedFileQueryBuilder.requestFromNode(@NonNull String nodeId) Sets that the file data should be requested from the node with the given id.ChunkedFileQueryBuilder.requestFromService(@NonNull String serviceName) Sets that the file data should be requested from the service with the given name. -
Uses of ChunkedFileQueryBuilder in eu.cloudnetservice.driver.network.chunk.defaults.builder
Classes in eu.cloudnetservice.driver.network.chunk.defaults.builder that implement ChunkedFileQueryBuilderModifier and TypeClassDescriptionclassDefault implementation of a builder for a file query from a remote network component.Methods in eu.cloudnetservice.driver.network.chunk.defaults.builder that return ChunkedFileQueryBuilderModifier and TypeMethodDescriptionDefaultChunkedFileQueryBuilder.chunkSize(int chunkSize) The size of the chunks in bytes that will be transferred from the remote to the caller.DefaultChunkedFileQueryBuilder.configureMessageBuffer(@NonNull Consumer<DataBuf.Mutable> bufferConfigurer) A consumer that is called when the actual request is sent to the data source.DefaultChunkedFileQueryBuilder.dataIdentifier(@NonNull String dataIdentifier) The identifier for the data should be transferred from the remote to the caller.DefaultChunkedFileQueryBuilder.requestFromNode(@NonNull String nodeId) Sets that the file data should be requested from the node with the given id.DefaultChunkedFileQueryBuilder.requestFromService(@NonNull String serviceName) Sets that the file data should be requested from the service with the given name.