Interface MemcachedSession
- All Superinterfaces:
ClosedMemcachedSession
,Session
- All Known Implementing Classes:
ClosedMemcachedTCPSession
,MemcachedTCPSession
Abstract interface for memcached connection.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.code.yanf4j.core.Session
Session.SessionStatus
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
boolean
void
quit()
void
setAuthFailed
(boolean authFailed) void
setBufferAllocator
(BufferAllocator allocator) Methods inherited from interface net.rubyeye.xmemcached.networking.ClosedMemcachedSession
getInetSocketAddressWrapper, getOrder, getWeight, isAllowReconnect, setAllowReconnect
Methods inherited from interface com.google.code.yanf4j.core.Session
clearAttributes, close, flush, getAttribute, getDecoder, getEncoder, getHandler, getLastOperationTimeStamp, getLocalAddress, getReadBufferByteOrder, getRemoteSocketAddress, getScheduleWritenBytes, getSessionIdleTimeout, getSessionTimeout, isClosed, isExpired, isHandleReadWriteConcurrently, isIdle, isLoopbackConnection, isUseBlockingRead, isUseBlockingWrite, removeAttribute, setAttribute, setAttributeIfAbsent, setDecoder, setEncoder, setHandleReadWriteConcurrently, setReadBufferByteOrder, setSessionIdleTimeout, setSessionTimeout, setUseBlockingRead, setUseBlockingWrite, start, write
-
Method Details
-
setBufferAllocator
-
destroy
void destroy() -
quit
void quit() -
isAuthFailed
boolean isAuthFailed() -
setAuthFailed
void setAuthFailed(boolean authFailed)
-