| Package | Description |
|---|---|
| com.yahoo.rdl | |
| com.yahoo.tbin |
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
Value.asTimestamp(Object o) |
Timestamp |
Timestamp.TimestampJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static Timestamp |
Timestamp.fromCurrentTime() |
static Timestamp |
Timestamp.fromDate(Date d)
Create and return a new Timestamp from the java.util.Date instance.
|
static Timestamp |
Timestamp.fromMillis(long millis) |
static Timestamp |
Timestamp.fromObject(Object o) |
static Timestamp |
Timestamp.fromString(String s) |
Timestamp |
Array.getTimestamp(int idx) |
Timestamp |
Struct.getTimestamp(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Timestamp.TimestampJsonSerializer.serialize(Timestamp value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
TBinDecoder.nextTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
void |
TBinEncoder.encodeTimestamp(Timestamp ts) |
Copyright © 2016–2021 Verizon Media. All rights reserved.