Uses of Class
org.apache.cassandra.schema.Difference
-
Packages that use Difference Package Description org.apache.cassandra.cql3.functions org.apache.cassandra.db.marshal org.apache.cassandra.schema -
-
Uses of Difference in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions that return types with arguments of type Difference Modifier and Type Method Description default java.util.Optional<Difference>
Function. compare(Function other)
java.util.Optional<Difference>
UDAggregate. compare(Function function)
java.util.Optional<Difference>
UDFunction. compare(Function function)
-
Uses of Difference in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return types with arguments of type Difference Modifier and Type Method Description java.util.Optional<Difference>
UserType. compare(UserType other)
-
Uses of Difference in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Difference Modifier and Type Field Description Difference
Diff.Altered. kind
Methods in org.apache.cassandra.schema that return Difference Modifier and Type Method Description static Difference
Difference. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Difference[]
Difference. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-