public interface RealTimeWriter<T> extends Writer
Modifier and Type | Method and Description |
---|---|
void |
close()
Any cleanup
|
boolean |
isInitialized()
Check if Writer is already Initialized
|
Collection<T> |
write(Collection<T> records)
Write a Buffer of records at a given time.
|
T |
write(T record)
Write a record
|
Collection<T> write(Collection<T> records) throws Exception
records
- as Collection
of records to be written to sink.Exception
T write(T record) throws Exception
records
- as Collection
of records to be written to sink.Exception
boolean isInitialized()
Copyright © 2018. All rights reserved.