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