Package org.graylog2.indexer.indices
Class IndexSettings
java.lang.Object
org.graylog2.indexer.indices.IndexSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexSettingscreate(int shards, int replicas) abstract intreplicas()abstract intshards()
-
Constructor Details
-
IndexSettings
public IndexSettings()
-
-
Method Details
-
shards
public abstract int shards() -
replicas
public abstract int replicas() -
create
-