Package com.netflix.genie.agent.cli
Interface ArgumentDelegates
-
public interface ArgumentDelegates
Interfaces for command-line delegates (groups of options shared by multiple commands).- Since:
- 4.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ArgumentDelegates.CacheArguments
Delegate for agent dependencies cache.static interface
ArgumentDelegates.CleanupArguments
Delegate for job folder cleanup options.static interface
ArgumentDelegates.JobRequestArguments
Delegate for agent job request parameters.static interface
ArgumentDelegates.RuntimeConfigurationArguments
Delegate for agent runtime options.static interface
ArgumentDelegates.ServerArguments
Delegate for server connection options.
-