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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueuePB.Bean
copy()
QueuePB.Buffer
freeze()
org.fusesource.hawtbuf.Buffer
getBindingData()
org.fusesource.hawtbuf.AsciiBuffer
getBindingKind()
long
getKey()
boolean
hasBindingData()
boolean
hasBindingKind()
boolean
hasKey()
StringBuilder
toString(StringBuilder sb, String prefix)
-
-
-
Method Detail
-
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 interfaceorg.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
-
freeze
QueuePB.Buffer freeze()
- Specified by:
freeze
in interfaceorg.fusesource.hawtbuf.proto.PBMessage<QueuePB.Bean,QueuePB.Buffer>
-
toString
StringBuilder toString(StringBuilder sb, String prefix)
-
-