Package org.apache.druid.segment.column
Class StringEncodingStrategy.FrontCoded
- java.lang.Object
-
- org.apache.druid.segment.column.StringEncodingStrategy.FrontCoded
-
- All Implemented Interfaces:
StringEncodingStrategy
- Enclosing interface:
- StringEncodingStrategy
public static class StringEncodingStrategy.FrontCoded extends Object implements StringEncodingStrategy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.druid.segment.column.StringEncodingStrategy
StringEncodingStrategy.FrontCoded, StringEncodingStrategy.Utf8
-
-
Field Summary
-
Fields inherited from interface org.apache.druid.segment.column.StringEncodingStrategy
DEFAULT, FRONT_CODED, FRONT_CODED_ID, UTF8, UTF8_ID
-
-
Constructor Summary
Constructors Constructor Description FrontCoded(Integer bucketSize)FrontCoded(Integer bucketSize, Byte version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetBucketSize()bytegetFormatVersion()bytegetId()StringgetType()inthashCode()StringtoString()
-
-
-
Method Detail
-
getBucketSize
public int getBucketSize()
-
getFormatVersion
public byte getFormatVersion()
-
getType
public String getType()
- Specified by:
getTypein interfaceStringEncodingStrategy
-
getId
public byte getId()
- Specified by:
getIdin interfaceStringEncodingStrategy
-
-