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

com.netflix.astyanax.query.RowSliceColumnCountQuery Maven / Gradle / Ivy

There is a newer version: 3.10.2
Show newest version
package com.netflix.astyanax.query;

import java.util.Map;

import com.netflix.astyanax.Execution;

/**
 * Interface for an operation to get the column count for a row slice or range
 * @author elandau
 *
 * @param 
 */
public interface RowSliceColumnCountQuery extends Execution> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy