All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tinkerpop.gremlin.structure.server.ClusterAware Maven / Gradle / Ivy

package com.tinkerpop.gremlin.structure.server;

import com.tinkerpop.gremlin.structure.Edge;
import com.tinkerpop.gremlin.structure.Vertex;

import java.util.List;

/**
 * @author Stephen Mallette (http://stephen.genoprime.com)
 */
public interface ClusterAware {
    public List> getVertexRanges();

    public List> getEdgeRanges();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy