elasticsearch-d v1.0.4 (2016-03-10T03:04:49Z)
Dub
Repo
SelectorInterface
elasticsearch
transport
connections
selector
Interface for connection selector implementations.
interface
SelectorInterface {
int
select
(Collection collection);
}
Members
Functions
select
int
select
(Collection collection)
Undocumented in source.
Meta
Source
See Implementation
elasticsearch
transport
connections
selector
classes
RandomSelector
RoundRobinSelector
interfaces
SelectorInterface
Interface for connection selector implementations.