Package org.apache.pinot.common.tier
Class PinotServerTierStorage
- java.lang.Object
-
- org.apache.pinot.common.tier.PinotServerTierStorage
-
- All Implemented Interfaces:
TierStorage
public class PinotServerTierStorage extends Object implements TierStorage
Tier storage type which uses Pinot servers as storage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServerTag()Returns the tag used to identify the servers being used as the tier storageStringgetTierBackend()Map<String,String>getTierBackendProperties()StringgetType()Returns the type of the storage (e.g.StringtoString()
-
-
-
Method Detail
-
getServerTag
public String getServerTag()
Returns the tag used to identify the servers being used as the tier storage
-
getType
public String getType()
Description copied from interface:TierStorageReturns the type of the storage (e.g. PINOT_SERVER)- Specified by:
getTypein interfaceTierStorage
-
-