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 ShardState
build()
protected ShardState
getInstance()
static ShardStateBuilder
shardState()
GeneratorT
withLastIndexedChangeSetCommitTime(long aValue)
GeneratorT
withLastIndexedChangeSetId(long aValue)
GeneratorT
withLastIndexedTxCommitTime(long aValue)
GeneratorT
withLastIndexedTxId(long aValue)
GeneratorT
withLastUpdated(long aValue)
GeneratorT
withMaster(boolean aValue)
GeneratorT
withPropertyBag(HashMap<String,String> aValue)
org.alfresco.repo.index.shard.ShardStateBuilderBase.ShardInstanceShardInstanceBuilder
withShardInstance()
GeneratorT
withShardInstance(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)
-
-