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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getColumn, getColumns, getColumns, getGranularity
public 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.