protected class CassandraServiceImpl.DeleterImpl
extends java.lang.Object
implements org.apache.beam.sdk.io.cassandra.CassandraService.Deleter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete(T entity)
This method should be synchronous.
|
public void delete(T entity) throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
org.apache.beam.sdk.io.cassandra.CassandraService.Deleterdelete in interface org.apache.beam.sdk.io.cassandra.CassandraService.Deleter<T>java.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic void close()
throws java.util.concurrent.ExecutionException,
java.lang.InterruptedException
java.util.concurrent.ExecutionExceptionjava.lang.InterruptedException