public abstract class AccelerationConfig extends Object
  
  
  | Known Direct Subclasses | 
Abstract class that represents all types of acceleration configs.
Nested Class Summary
| enum | AccelerationConfig.AcceleratorType | Accelerator to use. | |
Public Method Summary
| String | 
                 
                  
                  getAcceleratorName()
                   
              
                    Returns the accelerator type of this config.
                   
                 | 
            
| byte[] | 
                 
                  
                  serialize()
                   
              
                    Serializes config as bytes.
                   
                 | 
            
Inherited Method Summary
Public Methods
public String getAcceleratorName ()
Returns the accelerator type of this config.
public byte[] serialize ()
Serializes config as bytes.