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

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

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

import java.nio.ByteBuffer;

public interface PreparedIndexExpression extends PreparedIndexColumnExpression {
    public ByteBuffer getColumn();

    public ByteBuffer getValue();

    public IndexOperator getOperator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy