net.rubyeye.xmemcached.networking.ClosedMemcachedSession Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmemcached Show documentation
Show all versions of xmemcached Show documentation
Extreme performance modern memcached client for java
package net.rubyeye.xmemcached.networking;
import com.google.code.yanf4j.core.Session;
import net.rubyeye.xmemcached.utils.InetSocketAddressWrapper;
public interface ClosedMemcachedSession extends Session {
public void setAllowReconnect(boolean allow);
public boolean isAllowReconnect();
public InetSocketAddressWrapper getInetSocketAddressWrapper();
@Deprecated
public int getWeight();
@Deprecated
public int getOrder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy