Package org.elasticsearch.bootstrap
Interface BootstrapCheck
public interface BootstrapCheck
Encapsulates a bootstrap check.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classEncapsulate the result of a bootstrap check.
- 
Method SummaryModifier and TypeMethodDescriptiondefault booleancheck(BootstrapContext context)Test if the node fails the check.
- 
Method Details- 
checkTest if the node fails the check.- Parameters:
- context- the bootstrap context
- Returns:
- the result of the bootstrap check
 
- 
alwaysEnforcedefault boolean alwaysEnforce()
 
-