public final class KahaLocation
extends org.apache.activemq.protobuf.BaseMessage<T>
Constructor and Description |
---|
KahaLocation() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearLogId() |
void |
clearOffset() |
KahaLocation |
clone() |
boolean |
equals(KahaLocation obj) |
boolean |
equals(Object obj) |
int |
getLogId() |
int |
getOffset() |
int |
hashCode() |
boolean |
hasLogId() |
boolean |
hasOffset() |
KahaLocation |
mergeFrom(KahaLocation other) |
KahaLocation |
mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) |
ArrayList<String> |
missingFields() |
static KahaLocation |
parseFramed(org.apache.activemq.protobuf.Buffer data) |
static KahaLocation |
parseFramed(byte[] data) |
static KahaLocation |
parseFramed(org.apache.activemq.protobuf.CodedInputStream data) |
static KahaLocation |
parseFramed(InputStream data) |
static KahaLocation |
parseUnframed(org.apache.activemq.protobuf.Buffer data) |
static KahaLocation |
parseUnframed(byte[] data) |
static KahaLocation |
parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) |
static KahaLocation |
parseUnframed(InputStream data) |
int |
serializedSizeUnframed() |
T |
setLogId(int logId) |
T |
setOffset(int offset) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) |
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
public ArrayList<String> missingFields()
missingFields
in class org.apache.activemq.protobuf.BaseMessage<KahaLocation>
public void clear()
clear
in interface org.apache.activemq.protobuf.Message<KahaLocation>
clear
in class org.apache.activemq.protobuf.BaseMessage<KahaLocation>
public KahaLocation clone()
clone
in interface org.apache.activemq.protobuf.Message<KahaLocation>
clone
in class org.apache.activemq.protobuf.BaseMessage<KahaLocation>
public KahaLocation mergeFrom(KahaLocation other)
mergeFrom
in interface org.apache.activemq.protobuf.Message<KahaLocation>
mergeFrom
in class org.apache.activemq.protobuf.BaseMessage<KahaLocation>
public int serializedSizeUnframed()
public KahaLocation mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input) throws IOException
IOException
public void writeUnframed(org.apache.activemq.protobuf.CodedOutputStream output) throws IOException
writeUnframed
in interface org.apache.activemq.protobuf.Message<KahaLocation>
writeUnframed
in class org.apache.activemq.protobuf.BaseMessage<KahaLocation>
IOException
public static KahaLocation parseUnframed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaLocation parseUnframed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaLocation parseUnframed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaLocation parseUnframed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaLocation parseFramed(org.apache.activemq.protobuf.CodedInputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public static KahaLocation parseFramed(org.apache.activemq.protobuf.Buffer data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaLocation parseFramed(byte[] data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException
org.apache.activemq.protobuf.InvalidProtocolBufferException
public static KahaLocation parseFramed(InputStream data) throws org.apache.activemq.protobuf.InvalidProtocolBufferException, IOException
org.apache.activemq.protobuf.InvalidProtocolBufferException
IOException
public StringBuilder toString(StringBuilder sb, String prefix)
public boolean equals(KahaLocation obj)
public boolean hasLogId()
public int getLogId()
public T setLogId(int logId)
public void clearLogId()
public boolean hasOffset()
public int getOffset()
public T setOffset(int offset)
public void clearOffset()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.