public class AbstractDeleteEvent<T> extends AbstractStatementAwareMappingEvent<com.datastax.oss.driver.api.core.cql.Statement<?>>
source| Constructor and Description |
|---|
AbstractDeleteEvent(com.datastax.oss.driver.api.core.cql.Statement<?> source,
Class<T> type,
com.datastax.oss.driver.api.core.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.oss.driver.api.core.cql.Statement<?> source,
Class<T> type,
com.datastax.oss.driver.api.core.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–2021 Pivotal Software, Inc.. All rights reserved.