public class PListStore extends ServiceSupport implements BrokerServiceAware, Runnable
| Modifier and Type | Class and Description |
|---|---|
protected class |
PListStore.MetaData |
| Constructor and Description |
|---|
PListStore() |
addServiceListener, dispose, isStarted, isStopped, isStopping, removeServiceListener, start, stoppublic Object getIndexLock()
public void setBrokerService(BrokerService brokerService)
setBrokerService in interface BrokerServiceAwarepublic int getIndexPageSize()
public int getIndexCacheSize()
public int getIndexWriteBatchSize()
public void setIndexPageSize(int indexPageSize)
public void setIndexCacheSize(int indexCacheSize)
public void setIndexWriteBatchSize(int indexWriteBatchSize)
public boolean getIndexEnablePageCaching()
public void setIndexEnablePageCaching(boolean indexEnablePageCaching)
public Journal getJournal()
public File getDirectory()
public void setDirectory(File directory)
public long size()
protected void doStart()
throws Exception
doStart in class ServiceSupportExceptionprotected void doStop(ServiceStopper stopper) throws Exception
doStop in class ServiceSupportExceptionpublic boolean isFailIfDatabaseIsLocked()
public void setFailIfDatabaseIsLocked(boolean failIfDatabaseIsLocked)
public int getJournalMaxFileLength()
public void setJournalMaxFileLength(int journalMaxFileLength)
public int getJournalMaxWriteBatchSize()
public void setJournalMaxWriteBatchSize(int journalMaxWriteBatchSize)
public boolean isEnableIndexWriteAsync()
public void setEnableIndexWriteAsync(boolean enableIndexWriteAsync)
public long getCleanupInterval()
public void setCleanupInterval(long cleanupInterval)
public boolean isLazyInit()
public void setLazyInit(boolean lazyInit)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.