public static final class CapabilityStorageControl.SegmentDownloadStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILURE
Value indicating the failure in segment download.
|
static int |
NOT_FOUND
Value indicating download not found while downloading segment.
|
static int |
SUCCESS
Value indicating the success in segment download.
|
static int |
TIMEOUT
Value indicating timeout while segment download.
|
public static final int SUCCESS
public static final int FAILURE
public static final int TIMEOUT
public static final int NOT_FOUND