Interface IMutation

    • Field Detail

      • MAX_MUTATION_SIZE

        static final long MAX_MUTATION_SIZE
    • Method Detail

      • apply

        void apply()
      • getKeyspaceName

        java.lang.String getKeyspaceName()
      • getTableIds

        java.util.Collection<TableId> getTableIds()
      • getTimeout

        long getTimeout​(java.util.concurrent.TimeUnit unit)
      • toString

        java.lang.String toString​(boolean shallow)
      • getPartitionUpdates

        java.util.Collection<PartitionUpdate> getPartitionUpdates()
      • hintOnFailure

        java.util.function.Supplier<Mutation> hintOnFailure()
      • validateIndexedColumns

        default void validateIndexedColumns​(ClientState state)
      • dataSize

        static long dataSize​(java.util.Collection<? extends IMutation> mutations)
        Computes the total data size of the specified mutations.
        Parameters:
        mutations - the mutations
        Returns:
        the total data size of the specified mutations