Uses of Class
com.cognite.client.servicesV1.executor.FileBinaryRequestExecutor
Packages that use FileBinaryRequestExecutor
-
Uses of FileBinaryRequestExecutor in com.cognite.client.servicesV1.executor
Methods in com.cognite.client.servicesV1.executor that return FileBinaryRequestExecutorModifier and TypeMethodDescriptionFileBinaryRequestExecutor.Builder.build()FileBinaryRequestExecutor.enableDeleteTempFile(boolean enable) Configure how to treat a temp blob after an upload.FileBinaryRequestExecutor.enableForceTempStorage(boolean enable) Forces the use of temp storage for all binaries--not just the >200MiB ones.static FileBinaryRequestExecutorFileBinaryRequestExecutor.of(okhttp3.OkHttpClient client) FileBinaryRequestExecutor.withExecutor(Executor executor) Sets the executor to use for running the api requests.FileBinaryRequestExecutor.withMaxRetries(int retries) Sets the maximum number of retries.FileBinaryRequestExecutor.withTempStoragePath(URI path) Sets the temporary storage path for storing large file binaries.FileBinaryRequestExecutor.withValidResponseCodes(List<Integer> validResponseCodes) Specifies a set of valid http response codes *in addition* to the 200-range.