Interface QueuePB.Getter

All Superinterfaces:
org.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
All Known Implementing Classes:
QueuePB.Bean, QueuePB.Buffer
Enclosing class:
QueuePB

public static interface QueuePB.Getter extends org.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
  • Method Details

    • hasKey

      boolean hasKey()
    • getKey

      long getKey()
    • hasBindingKind

      boolean hasBindingKind()
    • getBindingKind

      org.fusesource.hawtbuf.AsciiBuffer getBindingKind()
    • hasBindingData

      boolean hasBindingData()
    • getBindingData

      org.fusesource.hawtbuf.Buffer getBindingData()
    • copy

      QueuePB.Bean copy()
      Specified by:
      copy in interface org.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
    • freeze

      QueuePB.Buffer freeze()
      Specified by:
      freeze in interface org.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
    • toString

      StringBuilder toString(StringBuilder sb, String prefix)