public class IndexEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMIT_EVENT |
static int |
OPTIMISE_EVENT |
| Constructor and Description |
|---|
IndexEvent(int eventType,
String indexName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
String |
getIndexName() |
static IndexEvent |
readBinaryMessage(DataInput dataInput) |
void |
writeBinaryMessage(BinaryMessageList msgList) |
public static final int COMMIT_EVENT
public static final int OPTIMISE_EVENT
public IndexEvent(int eventType,
String indexName)
public int getEventType()
public String getIndexName()
public static IndexEvent readBinaryMessage(DataInput dataInput) throws IOException
IOExceptionpublic void writeBinaryMessage(BinaryMessageList msgList) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.