Uses of Class
com.datastax.astra.client.tables.definition.TableDuration
Package
Description
Objects describing the structure of a Table.
Objects representing Table Rows, like primary key.
Custom Serializers to work with Tables
-
Uses of TableDuration in com.datastax.astra.client.tables.definition
Modifier and TypeMethodDescriptionTableDuration.minus
(TableDuration other) Subtracts the specifiedTableDuration
from this instance.TableDuration.multipliedBy
(int scalar) Multiplies this duration by the specified scalar value.TableDuration.negated()
Negates this duration.static TableDuration
Factory method to create a newTableDuration
instance.TableDuration.plus
(TableDuration other) Adds the specifiedTableDuration
to this instance.Modifier and TypeMethodDescriptionTableDuration.minus
(TableDuration other) Subtracts the specifiedTableDuration
from this instance.TableDuration.plus
(TableDuration other) Adds the specifiedTableDuration
to this instance. -
Uses of TableDuration in com.datastax.astra.client.tables.definition.rows
Modifier and TypeMethodDescriptionRow.addTableDuration
(String key, TableDuration value) Adds a TableDuration value to the row. -
Uses of TableDuration in com.datastax.astra.internal.serdes.tables
Modifier and TypeMethodDescriptionTableDurationDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Deserializes a JSON string into aTableDuration
object.Modifier and TypeMethodDescriptionvoid
TableDurationSerializer.serialize
(TableDuration value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)