Skip to content

Commit 5b15914

Browse files
committed
enterprise-hex-smart-vertex shardingStrategy (DE-422)
(cherry picked from commit ef5eae7)
1 parent 8888ef6 commit 5b15914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver/src/main/java/com/arangodb/entity/ShardingStrategy.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ public enum ShardingStrategy {
3030
ENTERPRISE_COMPAT("enterprise-compat"),
3131
ENTERPRISE_SMART_EDGE_COMPAT("enterprise-smart-edge-compat"),
3232
HASH("hash"),
33-
ENTERPRISE_HASH_SMART_EDGE("enterprise-hash-smart-edge");
33+
ENTERPRISE_HASH_SMART_EDGE("enterprise-hash-smart-edge"),
34+
ENTERPRISE_HEX_SMART_VERTEX("enterprise-hex-smart-vertex");
3435

3536
private final String internalName;
3637

0 commit comments

Comments
 (0)