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.Deleter
delete
in interface org.apache.beam.sdk.io.cassandra.CassandraService.Deleter<T>
java.util.concurrent.ExecutionException
java.lang.InterruptedException
public void close() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.lang.InterruptedException