public abstract class IndexMoveResult extends Object
Constructor and Description |
---|
IndexMoveResult() |
Modifier and Type | Method and Description |
---|---|
static IndexMoveResult |
create(int movedDocuments,
long tookMs,
boolean hasFailedItems) |
abstract boolean |
hasFailedItems() |
abstract int |
movedDocuments() |
abstract long |
tookMs() |
public abstract int movedDocuments()
public abstract long tookMs()
public abstract boolean hasFailedItems()
public static IndexMoveResult create(int movedDocuments, long tookMs, boolean hasFailedItems)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.