@InterfaceAudience.Private public class InputFailedEvent extends Event
| Constructor and Description | 
|---|
InputFailedEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
static InputFailedEvent | 
create(int targetIndex,
      int version)  | 
int | 
getTargetIndex()  | 
int | 
getVersion()  | 
InputFailedEvent | 
makeCopy(int targetIndex)
Create a copy of the  
InputFailedEvent by adding a target input
 index The index of the physical input to which this event should be routed | 
void | 
setTargetIndex(int targetIndex)  | 
void | 
setVersion(int version)  | 
@InterfaceAudience.Private public static InputFailedEvent create(int targetIndex, int version)
@InterfaceAudience.Private public InputFailedEvent makeCopy(int targetIndex)
InputFailedEvent by adding a target input
 index The index of the physical input to which this event should be routedtargetIndex - The index of the physical input to which this
          InputFailedEvent should be routedInputFailedEvent with the target input index
         addedpublic int getTargetIndex()
@InterfaceAudience.Private public void setTargetIndex(int targetIndex)
public int getVersion()
@InterfaceAudience.Private public void setVersion(int version)
Copyright © 2016 Apache Software Foundation. All rights reserved.