public class KuduMetadataWriter extends Object implements MetadataWriter
| Constructor and Description |
|---|
KuduMetadataWriter(KuduOperations operations,
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 KuduMetadataWriter(KuduOperations operations, MetadataType metadataType)
public void write(GeoWaveMetadata metadata)
MetadataWriterwrite in interface MetadataWritermetadata - The metadata.public void flush()
MetadataWriterflush in interface MetadataWriterpublic void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2013–2022. All rights reserved.