public interface EventLoops extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close event loops.
|
EventLoop |
get(int index)
Return Aerospike event loop given array index..
|
EventLoop[] |
getArray()
Return array of Aerospike event loops.
|
int |
getSize()
Return number of event loops in this group.
|
void |
initTlsContext(TlsPolicy policy)
Initialize TLS context.
|
EventLoop |
next()
Return next Aerospike event loop in round-robin fashion.
|
EventLoop[] getArray()
int getSize()
EventLoop get(int index)
EventLoop next()
void close()
close in interface AutoCloseableclose in interface Closeablevoid initTlsContext(TlsPolicy policy)
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.