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 ShardMethodEnumFloc. getShardMethod()static ShardMethodEnumShardMethodEnum. getShardMethod(String shardMethod)static ShardMethodEnumShardMethodEnum. 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 voidFloc. setShardMethod(ShardMethodEnum shardMethod)
-