Class IndexInfo.IndexCommand

  • Enclosing class:
    IndexInfo

    public static class IndexInfo.IndexCommand
    extends Object
    An index command. Null commands are also represented, to detect consistency issues. This is an (immutable) value object.
    • Constructor Detail

      • IndexCommand

        public IndexCommand​(String index,
                            String command)
    • Method Detail

      • getIndex

        public String getIndex()
      • getCommand

        public String getCommand()
      • isNull

        public boolean isNull()
        Returns true if this is the null command (do nothing)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object