Class TieredStorageAdminUtils

java.lang.Object
org.openspaces.admin.internal.driver.tiered_storage.TieredStorageAdminUtils

public class TieredStorageAdminUtils extends Object
  • Constructor Details

    • TieredStorageAdminUtils

      public TieredStorageAdminUtils()
  • Method Details

    • getInstancesSla

      public static List<InstanceSLA> getInstancesSla(org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, String puName) throws IOException
      Throws:
      IOException
    • getInstancesSlaMap

      public static Map<String,String> getInstancesSlaMap(org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, String puName, int plannedNumberOfPartitions) throws IOException
      Throws:
      IOException
    • createInstanceSLA

      public static InstanceSLA createInstanceSLA(int instanceId, int backupId, String ip)