Package org.infinispan.cli.commands
Interface CacheAwareCommand
-
- All Known Implementing Classes:
Alter.Cache,Site.BringOnline,Site.CancelPushState,Site.CancelReceiveState,Site.ClearPushStateStatus,Site.GetStateTransferMode,Site.PushSiteState,Site.PushSiteStatus,Site.SetStateTransferMode,Site.Status,Site.TakeOffline
public interface CacheAwareCommandAn interface for CLI commands to implement which require a cache name.- Since:
- 12.1
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>getCacheName(Resource activeResource)
-