@InterfaceAudience.Private public class HBaseFilterUtils extends Object
| 构造器和说明 |
|---|
HBaseFilterUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
toParseableByteArray(org.apache.hadoop.hbase.filter.CompareFilter.CompareOp op) |
static byte[] |
toParseableByteArray(org.apache.hadoop.hbase.CompareOperator op) |
static byte[] |
toParseableByteArray(org.apache.hadoop.hbase.filter.Filter filter) |
static void |
writeBytesWithEscape(ByteArrayOutputStream byteStream,
byte[] bytes) |
public static byte[] toParseableByteArray(org.apache.hadoop.hbase.filter.Filter filter)
throws IOException
IOExceptionpublic static byte[] toParseableByteArray(org.apache.hadoop.hbase.filter.CompareFilter.CompareOp op)
public static byte[] toParseableByteArray(org.apache.hadoop.hbase.CompareOperator op)
public static void writeBytesWithEscape(ByteArrayOutputStream byteStream, byte[] bytes) throws IOException
IOExceptionCopyright © 2025. All rights reserved.