메소드 | 설명 | |
---|---|---|
ConsoleWrite ( ) : void | ||
ConsoleWriteLine ( ) : void | ||
Dispose ( ) : void | ||
StartLucene ( ) : void |
Starts Lucene if it is not running.
|
|
StartWorkflowEngine ( ) : void |
Starts workflow engine if it is not running.
|
|
WaitForWriterLockFileIsReleased ( ) : bool |
Waits for releasing index writer lock file in the configured index directory. Timeout: configured with IndexLockFileWaitForRemovedTimeout key. Returns true if the lock was released. Returns false if the time has expired.
|
|
WaitForWriterLockFileIsReleased ( string indexDirectory ) : bool |
Waits for releasing index writer lock file in the specified directory. Timeout: configured with IndexLockFileWaitForRemovedTimeout key. Returns true if the lock was released. Returns false if the time has expired.
|
|
WaitForWriterLockFileIsReleased ( string indexDirectory, int timeout ) : bool |
Waits for releasing index writer lock file in the specified directory and timeout. Returns true if the lock was released. Returns false if the time has expired.
|
|
WaitForWriterLockFileIsReleased ( WaitForLockFileType waitType ) : void |
Waits for write.lock to disappear for a configured time interval. Timeout: configured with IndexLockFileWaitForRemovedTimeout key. If timeout is exceeded an error is logged and execution continues. For errors at OnStart an email is also sent to a configured address.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
DoStart ( ) : void | ||
Domain_AssemblyLoad ( object sender, |
||
Domain_AssemblyResolve ( object sender, |
||
Domain_ReflectionOnlyAssemblyResolve ( object sender, |
||
Domain_ResourceResolve ( object sender, |
||
Domain_TypeResolve ( object sender, |
||
Domain_UnhandledException ( object sender, |
||
GetLoadedAsmNames ( ) : IEnumerable |
||
LoadAssemblies ( ) : void | ||
RegisterAppdomainEventHandlers ( ) : void | ||
RemoveIndexWriterLockFile ( ) : void | ||
RepositoryInstance ( ) : System | ||
RestoreIndexOnStartup ( ) : bool | ||
SendWaitForLockErrorMail ( ) : void | ||
Shutdown ( ) : void | ||
Start ( |
||
StartManagers ( ) : void | ||
Started ( ) : bool |
public static WaitForWriterLockFileIsReleased ( ) : bool | ||
리턴 | bool |
public static WaitForWriterLockFileIsReleased ( string indexDirectory ) : bool | ||
indexDirectory | string | |
리턴 | bool |
public static WaitForWriterLockFileIsReleased ( string indexDirectory, int timeout ) : bool | ||
indexDirectory | string | |
timeout | int | Timeout in milliseconds. |
리턴 | bool |
public static WaitForWriterLockFileIsReleased ( WaitForLockFileType waitType ) : void | ||
waitType | WaitForLockFileType | A parameter that influences the logged error message and email template only. |
리턴 | void |