public class BeforeDeleteEvent<T> extends AbstractDeleteEvent<T>
source| Constructor and Description |
|---|
BeforeDeleteEvent(com.datastax.driver.core.Statement source,
Class<T> type,
CqlIdentifier tableName)
Create a new
BeforeDeleteEvent. |
getTypegetStatementgetSource, getTableNamegetTimestamptoStringpublic BeforeDeleteEvent(com.datastax.driver.core.Statement source,
Class<T> type,
CqlIdentifier tableName)
BeforeDeleteEvent.source - must not be null.type - must not be null.tableName - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.