All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nohope.cassandra.mapservice.cops.Operation Maven / Gradle / Ivy

The newest version!
package org.nohope.cassandra.mapservice.cops;

import com.datastax.driver.core.querybuilder.Assignment;
import org.nohope.cassandra.mapservice.Value;

/**
 * @since 2014-07-28 17:19
 */
public interface Operation {
    Value getValue();
    Assignment apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy