public class FragmentAckType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FRAGMENT_ACK_TYPE_BUFFERING
Fragment started buffering on the ingestion host
|
static int |
FRAGMENT_ACK_TYPE_ERROR
Fragment errored
|
static int |
FRAGMENT_ACK_TYPE_IDLE
Idle ACK to keep alive
|
static int |
FRAGMENT_ACK_TYPE_PERSISTED
Fragment has been persisted
|
static int |
FRAGMENT_ACK_TYPE_RECEIVED
Fragment has been received and parsed
|
static int |
FRAGMENT_ACK_TYPE_UNDEFINED
Ack type undefined or not specified.
|
Constructor and Description |
---|
FragmentAckType(int type) |
Modifier and Type | Method and Description |
---|---|
int |
getIntType()
Returns the type as an integer which can be consumed by the native layer
|
public static final int FRAGMENT_ACK_TYPE_UNDEFINED
public static final int FRAGMENT_ACK_TYPE_BUFFERING
public static final int FRAGMENT_ACK_TYPE_RECEIVED
public static final int FRAGMENT_ACK_TYPE_PERSISTED
public static final int FRAGMENT_ACK_TYPE_ERROR
public static final int FRAGMENT_ACK_TYPE_IDLE
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.