Class | Description |
---|---|
BuckGlobalState |
BuckGlobalState contains all the global state of Buck which is kept between invocations
of Buck commands, like caches, global per-process objects, etc. |
BuckGlobalStateFactory |
Factory for
BuckGlobalState . |
BuckGlobalStateLifecycleManager |
Guards access to the
BuckGlobalState instance behind cell configuration checks. |
Enum | Description |
---|---|
BuckGlobalStateLifecycleManager.LifecycleStatus |
Indicates whether a daemon's
BuckGlobalState is reused, or why it can't be reused |