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 Session
Session.SessionStatus -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()booleanvoidquit()voidsetAuthFailed(boolean authFailed) voidsetBufferAllocator(BufferAllocator allocator) Methods inherited from interface ClosedMemcachedSession
getInetSocketAddressWrapper, getOrder, getWeight, isAllowReconnect, setAllowReconnectMethods inherited from interface 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)
-