Package com.emc.object.util
Class GeoPinningUtil
- java.lang.Object
-
- com.emc.object.util.GeoPinningUtil
-
public final class GeoPinningUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getGeoId(java.lang.String bucketName, java.lang.String objectKey)
If this is a bucket request, the bucket is the ID.static int
getGeoPinIndex(java.lang.String guid, int vdcCount)
-
-
-
Method Detail
-
getGeoId
public static java.lang.String getGeoId(java.lang.String bucketName, java.lang.String objectKey)
If this is a bucket request, the bucket is the ID. If this is an object request, the key is the ID.
-
getGeoPinIndex
public static int getGeoPinIndex(java.lang.String guid, int vdcCount)
-
-