
com.thinkaurelius.titan.hadoop.formats.util.input.VertexReader Maven / Gradle / Ivy
package com.thinkaurelius.titan.hadoop.formats.util.input;
import com.thinkaurelius.titan.diskstorage.StaticBuffer;
/**
* @author Matthias Broecheler ([email protected])
*/
public interface VertexReader {
public long getVertexId(StaticBuffer key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy