public class AutoCreateIndex extends Object
Constructor and Description |
---|
AutoCreateIndex(Settings settings) |
Modifier and Type | Method and Description |
---|---|
boolean |
needToCheck()
Do we really need to check if an index should be auto created?
|
boolean |
shouldAutoCreate(String index,
ClusterState state)
Should the index be auto created?
|
public AutoCreateIndex(Settings settings)
public boolean needToCheck()
public boolean shouldAutoCreate(String index, ClusterState state)
Copyright © 2009–2015. All rights reserved.