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

org.securegraph.accumulo.AccumuloConstants Maven / Gradle / Ivy

The newest version!
package org.securegraph.accumulo;

public class AccumuloConstants {
    public static final String VERTEX_ROW_KEY_PREFIX = "V";
    public static final String EDGE_ROW_KEY_PREFIX = "E";
    public static final String DATA_ROW_KEY_PREFIX = "D";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy