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

se.gawell.fakeriak.buckets.Buckets Maven / Gradle / Ivy

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

public interface Buckets {

	Bucket get(String bucketName);

	void put(String bucketName, Bucket bucket);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy