Uses of Class
org.alfresco.repo.index.shard.ShardMethodEnum
-
Packages that use ShardMethodEnum Package Description org.alfresco.repo.index.shard -
-
Uses of ShardMethodEnum in org.alfresco.repo.index.shard
Methods in org.alfresco.repo.index.shard that return ShardMethodEnum Modifier and Type Method Description ShardMethodEnum
Floc. getShardMethod()
static ShardMethodEnum
ShardMethodEnum. getShardMethod(String shardMethod)
static ShardMethodEnum
ShardMethodEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardMethodEnum[]
ShardMethodEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.index.shard with parameters of type ShardMethodEnum Modifier and Type Method Description void
Floc. setShardMethod(ShardMethodEnum shardMethod)
-