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