Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.serializers |
Modifier and Type | Method and Description |
---|---|
static Duration |
Duration.from(java.lang.String input)
Converts a
String into a duration. |
static Duration |
Duration.newInstance(int months,
int days,
long nanoseconds) |
Modifier and Type | Method and Description |
---|---|
TypeSerializer<Duration> |
DurationType.getSerializer() |
Modifier and Type | Method and Description |
---|---|
Duration |
DurationSerializer.deserialize(java.nio.ByteBuffer bytes) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Duration> |
DurationSerializer.getType() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
DurationSerializer.serialize(Duration duration) |
java.lang.String |
DurationSerializer.toString(Duration duration) |
Copyright © 2018 The Apache Software Foundation