Class TieredStorageAdminUtils
java.lang.Object
org.openspaces.admin.internal.driver.tiered_storage.TieredStorageAdminUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceSLAcreateInstanceSLA(int instanceId, int backupId, String ip) static List<InstanceSLA>getInstancesSla(org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, String puName) getInstancesSlaMap(org.openspaces.zookeeper.attribute_store.ZooKeeperAttributeStore attributeStore, String puName, int plannedNumberOfPartitions)
-
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
-