public final class DataConsistencyCalculateAlgorithmFactory extends Object
| 构造器和说明 |
|---|
DataConsistencyCalculateAlgorithmFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<DataConsistencyCalculateAlgorithm> |
getAllInstances()
Get all data consistency calculate algorithm instances.
|
static DataConsistencyCalculateAlgorithm |
newInstance(String type,
Properties props)
Create new instance of data consistency calculate algorithm.
|
public static DataConsistencyCalculateAlgorithm newInstance(String type, Properties props)
type - algorithm typeprops - propertiespublic static Collection<DataConsistencyCalculateAlgorithm> getAllInstances()
Copyright © 2022 The Apache Software Foundation. All rights reserved.