See: Description
Interface | Description |
---|---|
ClusterStore |
A full view of the cluster store for management purposes.
|
ClusterStoreService |
Service for getting a
ClusterStoreView for different an account that will restrict what parts of the
actual store can be viewed or edited. |
ClusterStoreView |
A view of the cluster store as seen by a given account.
|
ReadOnlyClusterStoreView |
A read-only view of the cluster store as seen by a given account.
|
Class | Description |
---|---|
BaseSQLClusterStoreView |
Base abstract class for
ClusterStoreView using a SQL database as the persistent store. |
ClusterTaskFilter |
Class specifying filters to use when querying for cluster tasks.
|
SQLAdminClusterStoreView |
The cluster store as viewed by a tenant admin.
|
SQLClusterStore |
A full view of the cluster store backed by a sql database.
|
SQLClusterStoreService |
Service for getting views of the cluster store.
|
SQLSystemClusterStoreView |
The cluster store as viewed by the system.
|
SQLUserClusterStoreView |
The cluster store as viewed by a tenant user.
|
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.