Class CachingSchemasKvAccessorShim

java.lang.Object
com.illumon.iris.db.schema.CachingSchemasKvAccessorShim
All Implemented Interfaces:
CachingSchemasKvAccessorInterface

public class CachingSchemasKvAccessorShim
extends Object
implements CachingSchemasKvAccessorInterface
Preload DbInternal and other namespaces in order to bootstrap faster. Certain read-only schema operations on the preloaded namespaces can be serviced while CachingSchemasKvAccessorImpl is loading, and any others will block. Once the main implementation is loaded, all operations delegate to it.