public abstract class IndexSettings extends Object
| Constructor and Description |
|---|
IndexSettings() |
| Modifier and Type | Method and Description |
|---|---|
static IndexSettings |
create(int shards,
int replicas) |
abstract int |
replicas() |
abstract int |
shards() |
public abstract int shards()
public abstract int replicas()
public static IndexSettings create(int shards, int replicas)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.