org.simpleflatmapper.datastax.UninterruptibleFuture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfm-datastax Show documentation
Show all versions of sfm-datastax Show documentation
Cassandra Datastax SFM supports.
package org.simpleflatmapper.datastax;
import com.google.common.util.concurrent.ListenableFuture;
public interface UninterruptibleFuture extends ListenableFuture {
T getUninterruptibly();
}