Class CollectionAdminRequest.ReplaceNode

All Implemented Interfaces:
Serializable, MapSerializable, MapWriter, NavigableObject, org.noggit.JSONWriter.Writable
Enclosing class:
CollectionAdminRequest<T extends CollectionAdminResponse>

public static class CollectionAdminRequest.ReplaceNode extends CollectionAdminRequest.AsyncCollectionAdminRequest
See Also:
  • Constructor Details

    • ReplaceNode

      public ReplaceNode(String source, String target)
      Parameters:
      source - node to be cleaned up
      target - node where the new replicas are to be created
  • Method Details