public class AbstractDeleteEvent<T> extends AbstractStatementAwareMappingEvent<com.datastax.driver.core.Statement>
source| Constructor and Description |
|---|
AbstractDeleteEvent(com.datastax.driver.core.Statement source,
Class<T> type,
CqlIdentifier tableName)
Creates new
AbstractDeleteEvent. |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AbstractDeleteEvent shall be invoked for. |
getStatementgetSource, getTableNamegetTimestamptoStringpublic AbstractDeleteEvent(com.datastax.driver.core.Statement source,
Class<T> type,
CqlIdentifier tableName)
AbstractDeleteEvent.source - must not be null.type - must not be null.tableName - may be null.public Class<T> getType()
AbstractDeleteEvent shall be invoked for.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.