Interface AclSupport

All Known Implementing Classes:
DatabaseImpl

public interface AclSupport
A support object to assist in the creation of Row and column ACLs.
  • Method Details

    • historicalTable

      Table historicalTable(@NotNull @NotNull String setNamespace, @NotNull @NotNull String setTableName)
      Fetch the specified historical table.
      Parameters:
      setNamespace - the namespace of the table
      setTableName - the name of the table
      Returns:
      the table
    • liveTable

      Table liveTable(@NotNull @NotNull String setNamespace, @NotNull @NotNull String setTableName, boolean isRefreshing)
      Fetch the specified live (intraday) table.
      Parameters:
      setNamespace - the namespace of the table
      setTableName - the name of the table
      isRefreshing - if the returned table should be refreshing
      Returns:
      the table
    • getGroupProvider

      GroupProvider getGroupProvider()