public class HBaseSerializer extends Object
| Constructor and Description |
|---|
HBaseSerializer(HugeClient client,
int vertexPartitions,
int edgePartitions) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getEdgeLogicPartitions() |
byte[] |
getKeyBytes(GraphElement e) |
short |
getPartition(HugeType type,
Id id) |
byte[] |
getValueBytes(GraphElement e) |
int |
getVertexLogicPartitions() |
public HBaseSerializer(HugeClient client, int vertexPartitions, int edgePartitions)
public byte[] getKeyBytes(GraphElement e)
public byte[] getValueBytes(GraphElement e)
public int getEdgeLogicPartitions()
public int getVertexLogicPartitions()
public void close()
Copyright © 2023 The Apache Software Foundation. All rights reserved.