public class DynamoDBMetadataWriter extends Object implements MetadataWriter
Constructor and Description |
---|
DynamoDBMetadataWriter(DynamoDBOperations operations,
String tableName) |
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 DynamoDBMetadataWriter(DynamoDBOperations operations, String tableName)
public void close() throws Exception
close
in interface AutoCloseable
Exception
public void write(GeoWaveMetadata metadata)
MetadataWriter
write
in interface MetadataWriter
metadata
- The metadata.public void flush()
MetadataWriter
flush
in interface MetadataWriter
Copyright © 2013–2020. All rights reserved.