Class ClusterBlock

    • Constructor Detail

      • ClusterBlock

        public ClusterBlock​(int id,
                            java.lang.String description,
                            boolean retryable,
                            boolean disableStatePersistence,
                            boolean allowReleaseResources,
                            RestStatus status,
                            java.util.EnumSet<ClusterBlockLevel> levels)
    • Method Detail

      • id

        public int id()
      • description

        public java.lang.String description()
      • retryable

        public boolean retryable()
        Should operations get into retry state if this block is present.
      • disableStatePersistence

        public boolean disableStatePersistence()
        Should global state persistence be disabled when this block is present. Note, only relevant for global blocks.
      • readClusterBlock

        public static ClusterBlock readClusterBlock​(StreamInput in)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isAllowReleaseResources

        public boolean isAllowReleaseResources()