public class BeforeDeleteEvent<T> extends AbstractDeleteEvent<T>
source
Constructor and Description |
---|
BeforeDeleteEvent(com.datastax.oss.driver.api.core.cql.Statement<?> source,
Class<T> type,
com.datastax.oss.driver.api.core.CqlIdentifier tableName)
Create a new
BeforeDeleteEvent . |
getType
getStatement
getSource, getTableName
getTimestamp
toString
public BeforeDeleteEvent(com.datastax.oss.driver.api.core.cql.Statement<?> source, Class<T> type, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
BeforeDeleteEvent
.source
- must not be null.type
- must not be null.tableName
- must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.