Uses of Interface
eu.cloudnetservice.driver.network.chunk.ChunkedFileQueryBuilder
Packages that use ChunkedFileQueryBuilder
-
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.