PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.copyFrom(PgHbaseGraphConfig graphConfig) |
|
static PgHbaseGraphConfigBuilder |
GraphConfigBuilder.forPropertyGraphHbase() |
returns a PGX graph config builder to create Apache HBASE graph configs programmatically via Java methods.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setBlockCacheSize(int bcs) |
Sets the block cache size
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setCompression(java.lang.String compression) |
Sets the compression.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setDataBlockEncoding(java.lang.String enc) |
Sets the data block encoding.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setHadoopSecAuth(java.lang.String s) |
Sets the Hadoop security authentication
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setHbaseSecAuth(java.lang.String s) |
Sets the HBase security authentication
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setHmKerberosPrincipal(java.lang.String s) |
Sets the HM Kerberos Principal
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setInitialEdgeNumRegions(int inr) |
Sets the initial edge number of regions.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setInitialVertexNumRegions(int inr) |
Sets the initial vertex number of regions.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setKeytab(java.lang.String s) |
Sets the path to the keytab file
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setRsKerberosPrincipal(java.lang.String s) |
Sets the RS Kerberos Principal
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setSplitsPerRegion(int spr) |
Sets the splits per region.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setUserPrincipal(java.lang.String s) |
Sets the User Principal
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setZkClientPort(int port) |
Sets the ZooKeeper client port.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setZkNodeParent(java.lang.String nodeParent) |
Sets the ZooKeeper node parent.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setZkQuorum(java.lang.String quorum) |
Sets the ZooKeeper quorum.
|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.setZkSessionTimeout(int to) |
Sets the ZooKeeper session timeout.
|