public class KeyConcatenationDelimiterStrategyImpl extends Object implements KeyConcatenationStrategy
setDelimiter(byte[]).| Constructor and Description |
|---|
KeyConcatenationDelimiterStrategyImpl() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
concat(List<byte[]> segmentList)
Concatenate the byte[] List into a single byte[].
|
byte[] |
getDelimiter() |
void |
setDelimiter(byte[] delimiter) |
List<byte[]> |
split(byte[] colFamKey)
Split the byte[] into its fields (or segments).
|
public KeyConcatenationDelimiterStrategyImpl()
public byte[] concat(List<byte[]> segmentList)
KeyConcatenationStrategyconcat in interface KeyConcatenationStrategypublic List<byte[]> split(byte[] colFamKey)
KeyConcatenationStrategysplit in interface KeyConcatenationStrategypublic byte[] getDelimiter()
public void setDelimiter(byte[] delimiter)
Copyright © 2014. All Rights Reserved.