public class AfterConvertEvent<E> extends CassandraMappingEvent<E>
Row.source| Constructor and Description |
|---|
AfterConvertEvent(com.datastax.driver.core.Row row,
E source,
CqlIdentifier tableName)
|
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.Row |
getRow()
Returns the
Row from which this AfterConvertEvent was derived. |
getSource, getTableNamegetTimestamptoStringpublic AfterConvertEvent(com.datastax.driver.core.Row row,
E source,
CqlIdentifier tableName)
source - must not be null.tableName - must not be null.public com.datastax.driver.core.Row getRow()
Row from which this AfterConvertEvent was derived.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.