| | |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.Entry; |
| | | import org.opends.server.types.InitializationException; |
| | | import org.opends.server.types.LockManager; |
| | | import org.opends.server.types.SearchFilter; |
| | | import org.opends.server.util.ServerConstants; |
| | | |
| | |
| | | private FIFOEntryCacheCfg registeredConfiguration; |
| | | |
| | | /** The maximum length of time to try to obtain a lock before giving up. */ |
| | | private long lockTimeout = LockManager.DEFAULT_TIMEOUT; |
| | | private long lockTimeout = 2000; |
| | | |
| | | /** Creates a new instance of this FIFO entry cache. */ |
| | | public FIFOEntryCache() |
| | |
| | | * @return <CODE>true</CODE> if configuration is acceptable, |
| | | * or <CODE>false</CODE> otherwise. |
| | | */ |
| | | public boolean processEntryCacheConfig( |
| | | private boolean processEntryCacheConfig( |
| | | FIFOEntryCacheCfg configuration, |
| | | boolean applyChanges, |
| | | EntryCacheCommon.ConfigErrorHandler errorHandler |