public class AfterLoadEvent<T> extends CassandraMappingEvent<com.datastax.oss.driver.api.core.cql.Row>
com.datastax.driver.core.Rows to be mapped onto a given type.source| Constructor and Description |
|---|
AfterLoadEvent(com.datastax.oss.driver.api.core.cql.Row source,
Class<T> type,
com.datastax.oss.driver.api.core.CqlIdentifier tableName)
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type for which the
AfterLoadEvent shall be invoked for. |
getSource, getTableNamegetTimestamptoStringpublic Class<T> getType()
AfterLoadEvent shall be invoked for.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.