Class EstimateTileCacheSizeJob
- java.lang.Object
 - 
- com.esri.arcgisruntime.concurrent.Job
 - 
- com.esri.arcgisruntime.tasks.tilecache.EstimateTileCacheSizeJob
 
 
 
- 
- All Implemented Interfaces:
 JsonSerializable,RemoteResource
public final class EstimateTileCacheSizeJob extends Job
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 aJob.Status.NOT_STARTEDstate andJob.start()must be called to start the associated operation.See the
Jobclass for full information about working with jobs.- Since:
 - 100.0.0
 - See Also:
 Job
 
- 
- 
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateTileCacheSizeResultgetResult()Returns an EstimateTileCacheSizeResult object once the job has completed successfully.- 
Methods inherited from class com.esri.arcgisruntime.concurrent.Job
addJobChangedListener, addJobDoneListener, addJobMessageAddedListener, addProgressChangedListener, addStatusChangedListener, cancel, cancelAsync, fromJson, getCredential, getError, getMessages, getProgress, getRequestConfiguration, getServerJobId, getStatus, getUnknownJson, getUnsupportedJson, getUri, pause, removeJobChangedListener, removeJobDoneListener, removeJobMessageAddedListener, removeProgressChangedListener, removeStatusChangedListener, setCredential, setRequestConfiguration, setUri, start, toJson 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getResult
public EstimateTileCacheSizeResult getResult()
Returns an EstimateTileCacheSizeResult object once the job has completed successfully.- Specified by:
 getResultin classJob- Returns:
 - an EstimateTileCacheSizeResult object once the job has completed successfully, otherwise null
 - Since:
 - 100.0.0
 - See Also:
 EstimateTileCacheSizeResult
 
 - 
 
 -