Package org.apache.gravitino.policy
Interface Policy.AssociatedObjects
- Enclosing interface:
- Policy
public static interface Policy.AssociatedObjects
The interface of the associated objects of the policy.
-
Method Summary
-
Method Details
-
count
default int count()- Returns:
- The number of objects that are associated with this policy
-
objects
MetadataObject[] objects()- Returns:
- The list of objects that are associated with this policy.
-