Class TapOperationImpl

All Implemented Interfaces:
Operation, TapOperation
Direct Known Subclasses:
TapAckOperationImpl, TapBackfillOperationImpl, TapCustomOperationImpl, TapDumpOperationImpl

public abstract class TapOperationImpl extends OperationImpl implements TapOperation
Abstract implementation of a tap operation.
  • Field Details

    • bytesProcessed

      private int bytesProcessed
    • bodylen

      private int bodylen
    • message

      private byte[] message
    • CMD

      static final byte CMD
      See Also:
  • Constructor Details

  • Method Details