AbstractFeatureStore
Base implementation of FeatureStore that provides common functionality.
This class implements many of the default behaviors for a feature store, allowing specific implementations to focus on the storage mechanism itself.
Inheritors
Functions
Link copied to clipboard
Add a feature to a group.
Link copied to clipboard
Check if a group exists in the store.
Link copied to clipboard
Create or update a feature (upsert operation).
Link copied to clipboard
Disable all features associated with the specified group.
Link copied to clipboard
Enable all features associated with the specified group.
Link copied to clipboard
Get all group names in the store.
Link copied to clipboard
Read a feature from the store or throw an exception if not found.
Link copied to clipboard
Grant a role/permission to a feature.
Link copied to clipboard
Delete a feature from the store.
Link copied to clipboard
Create a new feature in the store.
Link copied to clipboard
Remove a feature from its group.
Link copied to clipboard
Revoke a role/permission from a feature.