| Package | Description |
|---|---|
| org.graylog2.rest.models.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
static ShardRouting |
ShardRouting.create(int id,
String state,
boolean active,
boolean primary,
String nodeId,
String nodeName,
String nodeHostname,
String relocatingTo) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ShardRouting> |
IndexInfo.routing() |
| Modifier and Type | Method and Description |
|---|---|
static IndexInfo |
IndexInfo.create(IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing,
boolean isReopened) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.