Class FlowMapperState

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class FlowMapperState
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • FlowMapperState

        FlowMapperState()
        Default constructor.
      • FlowMapperState

        FlowMapperState(String flowId, Long expiryTime, FlowMapperStateType status)
        All-args constructor.
        Parameters:
        flowId - The key on which inbound events should be forwarded to on the flow event topic.
        expiryTime - The time at which this state will be set to null.
        status - The status of a session.