| Package | Description |
|---|---|
| org.graylog2.indexer.indices.stats | |
| org.graylog2.rest.models.system.indexer.responses |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ShardRouting> |
IndexStatistics.routing() |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics |
IndexStatistics.create(String index,
IndexStats primaryShards,
IndexStats allShards,
List<ShardRouting> routing) |
| 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) |
ShardRouting |
ShardRouting.withNodeDetails(String nodeName,
String nodeHostname) |
| 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–2021 Graylog, Inc.. All rights reserved.