ResultSetSchema.
Use that class directly now.@Deprecated public class ZonedSchema extends BaseSchema implements Schema
| Constructor and Description |
|---|
ZonedSchema(Granularity granularity,
org.joda.time.DateTimeZone dateTimeZone,
Iterable<Column> columns)
Deprecated.
Constructor.
|
ZonedSchema(ZonedSchema schema)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTimeZone |
getDateTimeZone()
Deprecated.
|
equals, getColumnNames, getColumns, getGranularity, getMetricColumnNames, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetColumn, getColumns, getColumns, getGranularitypublic ZonedSchema(@NotNull
Granularity granularity,
@NotNull
org.joda.time.DateTimeZone dateTimeZone,
@NotNull
Iterable<Column> columns)
granularity - Granularity of the schemadateTimeZone - TimeZone of the schemacolumns - The columns for this schemapublic ZonedSchema(ZonedSchema schema)
schema - schema to copy constructCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.