KEY
- The key type.VALUE
- The value type.public interface BatchWritable<KEY,VALUE>
Modifier and Type | Method and Description |
---|---|
void |
write(KEY key,
VALUE value)
Writes the {key, value} record into a dataset.
|
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.