Module com.esri.arcgisruntime
Class EstimateTileCacheSizeJob
java.lang.Object
com.esri.arcgisruntime.concurrent.Job
com.esri.arcgisruntime.tasks.tilecache.EstimateTileCacheSizeJob
- All Implemented Interfaces:
JsonSerializable
,RemoteResource
A Job that estimates the size of a tile cache from a service.
An EstimateTileCacheSizeJob instance is returned by
ExportTileCacheTask.estimateTileCacheSize(ExportTileCacheParameters)
. The Job is returned in a
Job.Status.NOT_STARTED
state and Job.start()
must be called to start
the associated operation.
See the Job
class for full information about working with jobs.
- Since:
- 100.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.arcgisruntime.concurrent.Job
Job.Message, Job.MessageSeverity, Job.MessageSource, Job.Status
-
Field Summary
Fields inherited from class com.esri.arcgisruntime.concurrent.Job
mCredential, mRequestConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionReturns an EstimateTileCacheSizeResult object once the job has completed successfully.Methods inherited from class com.esri.arcgisruntime.concurrent.Job
addJobDoneListener, addJobMessageAddedListener, addProgressChangedListener, addStatusChangedListener, cancelAsync, fromJson, getCredential, getError, getMessages, getProgress, getRequestConfiguration, getServerJobId, getStatus, getUnknownJson, getUnsupportedJson, getUri, pause, removeJobDoneListener, removeJobMessageAddedListener, removeProgressChangedListener, removeStatusChangedListener, setCredential, setRequestConfiguration, start, toJson