Skip to content

Commit ef5eae7

Browse files
committed
enterprise-hex-smart-vertex shardingStrategy (DE-422)
1 parent 1e55f46 commit ef5eae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)