public abstract class ShardRouting extends Object
Constructor and Description |
---|
ShardRouting() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
active() |
static ShardRouting |
create(int id,
String state,
boolean active,
boolean primary,
String nodeId,
String nodeName,
String nodeHostname,
String relocatingTo) |
abstract int |
id() |
abstract String |
nodeHostname() |
abstract String |
nodeId() |
abstract String |
nodeName() |
abstract boolean |
primary() |
abstract String |
relocatingTo() |
abstract String |
state() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.