public class DequeueScanAttributes extends Object
| Constructor and Description |
|---|
DequeueScanAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,byte[]> |
addAttribute(ConsumerConfig consumerConfig,
Map<String,byte[]> attributes) |
static Map<String,byte[]> |
addAttribute(co.cask.tephra.Transaction transaction,
Map<String,byte[]> attributes) |
static ConsumerConfig |
getConsumerConfig(org.apache.hadoop.hbase.client.Scan scan) |
static co.cask.tephra.Transaction |
getTx(org.apache.hadoop.hbase.client.Scan scan) |
static ConsumerConfig |
readConsumerConfig(DataInput dataInput) |
static co.cask.tephra.Transaction |
readTx(DataInput dataInput) |
static void |
write(DataOutput dataOutput,
ConsumerConfig consumerConfig) |
static void |
write(DataOutput dataOutput,
co.cask.tephra.Transaction tx) |
public static Map<String,byte[]> addAttribute(ConsumerConfig consumerConfig, Map<String,byte[]> attributes)
public static Map<String,byte[]> addAttribute(co.cask.tephra.Transaction transaction, Map<String,byte[]> attributes)
@Nullable public static ConsumerConfig getConsumerConfig(org.apache.hadoop.hbase.client.Scan scan)
@Nullable public static co.cask.tephra.Transaction getTx(org.apache.hadoop.hbase.client.Scan scan)
public static void write(DataOutput dataOutput, ConsumerConfig consumerConfig) throws IOException
IOExceptionpublic static ConsumerConfig readConsumerConfig(DataInput dataInput) throws IOException
IOExceptionpublic static void write(DataOutput dataOutput, co.cask.tephra.Transaction tx) throws IOException
IOExceptionpublic static co.cask.tephra.Transaction readTx(DataInput dataInput) throws IOException
IOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.