Package com.c8db.internal.net
Interface HostHandler
-
- All Known Implementing Classes:
DirtyReadHostHandler,FallbackHostHandler,RandomHostHandler,RoundRobinHostHandler
public interface HostHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidcloseCurrentOnError()voidconfirm()voidfail()Hostget(HostHandle hostHandle, AccessType accessType)voidreset()voidsuccess()
-
-
-
Method Detail
-
get
Host get(HostHandle hostHandle, AccessType accessType)
-
success
void success()
-
fail
void fail()
-
reset
void reset()
-
confirm
void confirm()
-
close
void close() throws IOException- Throws:
IOException
-
closeCurrentOnError
void closeCurrentOnError()
-
-