public interface MetaStoreThread
extends org.apache.hadoop.conf.Configurable
| Modifier and Type | Method and Description |
|---|---|
void |
init(AtomicBoolean stop)
Initialize the thread.
|
void |
start()
Run the thread in the background.
|
void init(AtomicBoolean stop) throws Exception
Configurable.setConf(Configuration) has been called.stop - a flag to watch for when to stop. If this value is set to true,
the thread will terminate the next time through its main loop.Exceptionvoid start()
init(java.util.concurrent.atomic.AtomicBoolean) has
been called.Copyright © 2024 The Apache Software Foundation. All rights reserved.