public class ChunkMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENTID |
static String |
DOCUMENTURL |
static String |
ISCOMPLETED |
static String |
SEQUENCE |
static String |
THROTTLEID |
Constructor and Description |
---|
ChunkMetadata(String aDocId,
int aSequence,
boolean aLast) |
Modifier and Type | Method and Description |
---|---|
String |
getDocId() |
int |
getSequence() |
String |
getThrottleID() |
String |
getURL() |
boolean |
isLast() |
boolean |
isOneOfMany() |
boolean |
isTimedOut() |
void |
setThrottleID(String aThrottleID) |
void |
setTimedOut(boolean b) |
void |
setURL(String aURL) |
public static final String SEQUENCE
public static final String DOCUMENTID
public static final String ISCOMPLETED
public static final String DOCUMENTURL
public static final String THROTTLEID
public ChunkMetadata(String aDocId, int aSequence, boolean aLast)
public boolean isLast()
public int getSequence()
public boolean isOneOfMany()
public String getDocId()
public String getThrottleID()
public String getURL()
public boolean isTimedOut()
public void setTimedOut(boolean b)
b
- public void setThrottleID(String aThrottleID)
public void setURL(String aURL)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.