To
list or display experimental feature status,
use the following sis-console commands or related MBean operations.
Console commands
listexperimentalfeaturesenabled
Command  | 
listexperimentalfeaturesenabled <ra-entity>
    Display all experimental features currently enabled in the SIS
  | 
||
|---|---|---|---|
Example  | 
$ ./sis-console listexperimentalfeaturesenabled sis Enabled experimental features: rebranching  | 
getexperimentalfeaturestatus
Command  | 
getexperimentalfeaturestatus <ra-entity> <feature>
    Display the current status of an experimental feature in the SIS
  | 
||
|---|---|---|---|
Examples  | 
$ ./sis-console getexperimentalfeaturestatus sis rebranching Experimental feature rebranching is currently enabled  | 
MBean operations
MBean  | 
|---|
getEnabledExperimentalFeatures
Operation  | 
public String[] getEnabledExperimentalFeatures()
    throws ManagementException;
  | 
|---|
isExperimentalFeatureEnabled
Operation  | 
public boolean isExperimentalFeatureEnabled(String feature)
    throws NullPointerException, UnrecognizedComponentException,
           ManagementException;
  | 
|---|
