Class DeleteDanglingIndexRequest


  • public class DeleteDanglingIndexRequest
    extends RequestBase
    Deletes the specified dangling index
    • Method Detail

      • acceptDataLoss

        public final boolean acceptDataLoss()
        Required - Must be set to true in order to delete the dangling index

        API name: accept_data_loss

      • indexUuid

        public final java.lang.String indexUuid()
        Required - The UUID of the dangling index

        API name: index_uuid

      • masterTimeout

        @Nullable
        public final Time masterTimeout()
        Specify timeout for connection to master

        API name: master_timeout

      • clusterManagerTimeout

        @Nullable
        public final Time clusterManagerTimeout()
        Specify timeout for connection to cluster-manager

        API name: cluster_manager_timeout

      • timeout

        @Nullable
        public final Time timeout()
        Explicit operation timeout

        API name: timeout