Class IndexNameExpressionResolver.Context

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Context​(ClusterState state, IndicesOptions options, long startTime, boolean preserveAliases, boolean resolveToWriteIndex)  
    • Method Summary

      Modifier and Type Method Description
      IndicesOptions getOptions()  
      long getStartTime()  
      ClusterState getState()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Context

        protected Context​(ClusterState state,
                          IndicesOptions options,
                          long startTime,
                          boolean preserveAliases,
                          boolean resolveToWriteIndex)