Interface | Description |
---|---|
NodeStore |
A full view of the node store for management purposes.
|
NodeStoreService |
/**
Service for getting a
NodeStoreView for different an account that will restrict what parts of the
actual store can be viewed or edited. |
NodeStoreView |
A view of the node store as seen by a given account.
|
Class | Description |
---|---|
BaseSQLNodeStoreView |
Base abstract class for
NodeStoreView using a SQL database as the persistent store. |
SQLAdminNodeStoreView |
The node store as viewed by a tenant admin.
|
SQLNodeStore |
A full view of the node store backed by a sql database.
|
SQLNodeStoreService |
Service for getting views of the node store.
|
SQLSystemNodeStoreView |
The node store as viewed by the system.
|
SQLUserNodeStoreView |
The node store as viewed by a tenant user.
|
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.