com.atlassian.bamboo.index
Class IndexerContextBuilder

java.lang.Object
  extended by com.atlassian.bamboo.index.IndexerContextBuilder

public class IndexerContextBuilder
extends Object


Constructor Summary
IndexerContextBuilder(com.atlassian.bonnie.ILuceneConnection connection, AtomicBoolean indexerLockStatus, com.google.common.util.concurrent.ListeningExecutorService executorService)
           
 
Method Summary
 IndexerContext build()
           
 IndexerContextBuilder canReadAndWriteWhenLocked()
           
 IndexerContextBuilder canReadWhenLocked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerContextBuilder

public IndexerContextBuilder(@NotNull
                             com.atlassian.bonnie.ILuceneConnection connection,
                             @NotNull
                             AtomicBoolean indexerLockStatus,
                             @NotNull
                             com.google.common.util.concurrent.ListeningExecutorService executorService)
Method Detail

canReadWhenLocked

public IndexerContextBuilder canReadWhenLocked()

canReadAndWriteWhenLocked

public IndexerContextBuilder canReadAndWriteWhenLocked()

build

public IndexerContext build()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.