Interface SchemaServiceUtilLayer

All Superinterfaces:
AutoCloseable, NamedImplementation, SchemaService
All Known Implementing Classes:
SchemaServiceEtcdImpl, SchemaServiceKvImpl, SchemaServiceLegacyTransientImpl

public interface SchemaServiceUtilLayer
extends SchemaService
This implements "class" functionality that is independent of the persistence implementation. That is, methods that could as well be static utilities.

NB: This is a Deephaven internal implementation class and it is subject to change. Do not use this class directly.