public enum ShardingStrategy extends Enum<ShardingStrategy>
Enum Constant and Description |
---|
COMMUNITY_COMPAT |
ENTERPRISE_COMPAT |
ENTERPRISE_HASH_SMART_EDGE |
ENTERPRISE_HEX_SMART_VERTEX |
ENTERPRISE_SMART_EDGE_COMPAT |
HASH |
Modifier and Type | Method and Description |
---|---|
String |
getInternalName() |
static ShardingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShardingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShardingStrategy COMMUNITY_COMPAT
public static final ShardingStrategy ENTERPRISE_COMPAT
public static final ShardingStrategy ENTERPRISE_SMART_EDGE_COMPAT
public static final ShardingStrategy HASH
public static final ShardingStrategy ENTERPRISE_HASH_SMART_EDGE
public static final ShardingStrategy ENTERPRISE_HEX_SMART_VERTEX
public static ShardingStrategy[] values()
for (ShardingStrategy c : ShardingStrategy.values()) System.out.println(c);
public static ShardingStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getInternalName()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.