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

se.gawell.fakeriak.index.Indexes Maven / Gradle / Ivy

The newest version!
package se.gawell.fakeriak.index;


public interface Indexes {

	String getKeysAsJsonString(String bucketName, String indexName, String indexValueA, String indexValueB);

	void put(String bucketName, String indexName, String indexValue, String key);

	void deleteKey(String bucketName, String key);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy