public class HBaseMetadataWriter extends Object implements MetadataWriter
Modifier and Type | Field and Description |
---|---|
protected Set<ByteArray> |
duplicateRowTracker |
Constructor and Description |
---|
HBaseMetadataWriter(org.apache.hadoop.hbase.client.BufferedMutator writer,
MetadataType metadataType) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush()
Flush the writer, committing all pending writes.
|
void |
write(GeoWaveMetadata metadata)
Write metadata to the table.
|
public HBaseMetadataWriter(org.apache.hadoop.hbase.client.BufferedMutator writer, MetadataType metadataType)
public void close() throws Exception
close
in interface AutoCloseable
Exception
public void flush()
MetadataWriter
flush
in interface MetadataWriter
public void write(GeoWaveMetadata metadata)
MetadataWriter
write
in interface MetadataWriter
metadata
- The metadata.Copyright © 2013–2022. All rights reserved.