public class SubsetView implements AuthorizedView.AuthorizedViewType
Defines a simple authorized view that is a subset of the underlying Table.
Users can specify the rows in the form of row key prefixes, and specify the column families by
adding the family id along with its familySubsets rule to the family subsets map. The subset is
defined by the intersection of the specified row key prefixes and column family subsets.
public SubsetView setFamilySubsets(String familyId, FamilySubsets familySubsets)
Adds a new familyId with its familySubsets to the subset view. Please note that calling this
method with the same familyId will overwrite the previous rule set on the family.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]