@Override
public Iterable<Vertex> getVertices(final Direction direction, final String... labels) {
try {
return future.get().getVertices(direction, labels);
} catch (Exception e) {
throw new OException("Cannot retrieve the requested information", e);
}
}