Package org.alfresco.repo.index.shard
Class ShardStateBuilder
- java.lang.Object
-
- org.alfresco.repo.index.shard.ShardStateBuilder
-
public class ShardStateBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ShardStateBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardStatebuild()protected ShardStategetInstance()static ShardStateBuildershardState()GeneratorTwithLastIndexedChangeSetCommitTime(long aValue)GeneratorTwithLastIndexedChangeSetId(long aValue)GeneratorTwithLastIndexedTxCommitTime(long aValue)GeneratorTwithLastIndexedTxId(long aValue)GeneratorTwithLastUpdated(long aValue)GeneratorTwithMaster(boolean aValue)GeneratorTwithPropertyBag(HashMap<String,String> aValue)org.alfresco.repo.index.shard.ShardStateBuilderBase.ShardInstanceShardInstanceBuilderwithShardInstance()GeneratorTwithShardInstance(ShardInstance aValue)
-
-
-
Method Detail
-
shardState
public static ShardStateBuilder shardState()
-
build
public ShardState build()
-
getInstance
protected ShardState getInstance()
-
withShardInstance
public GeneratorT withShardInstance(ShardInstance aValue)
-
withShardInstance
public org.alfresco.repo.index.shard.ShardStateBuilderBase.ShardInstanceShardInstanceBuilder withShardInstance()
-
withMaster
public GeneratorT withMaster(boolean aValue)
-
withLastUpdated
public GeneratorT withLastUpdated(long aValue)
-
withLastIndexedChangeSetId
public GeneratorT withLastIndexedChangeSetId(long aValue)
-
withLastIndexedTxCommitTime
public GeneratorT withLastIndexedTxCommitTime(long aValue)
-
withLastIndexedTxId
public GeneratorT withLastIndexedTxId(long aValue)
-
withLastIndexedChangeSetCommitTime
public GeneratorT withLastIndexedChangeSetCommitTime(long aValue)
-
-