Uses of Class
org.apache.activemq.store.kahadb.data.KahaLocation
-
Packages that use KahaLocation Package Description org.apache.activemq.store.kahadb.data -
-
Uses of KahaLocation in org.apache.activemq.store.kahadb.data
Methods in org.apache.activemq.store.kahadb.data that return KahaLocation Modifier and Type Method Description KahaLocationKahaLocation. clone()KahaLocationKahaLocation. mergeFrom(KahaLocation other)KahaLocationKahaLocation. mergeUnframed(org.apache.activemq.protobuf.CodedInputStream input)static KahaLocationKahaLocation. parseFramed(byte[] data)static KahaLocationKahaLocation. parseFramed(InputStream data)static KahaLocationKahaLocation. parseFramed(org.apache.activemq.protobuf.Buffer data)static KahaLocationKahaLocation. parseFramed(org.apache.activemq.protobuf.CodedInputStream data)static KahaLocationKahaLocation. parseUnframed(byte[] data)static KahaLocationKahaLocation. parseUnframed(InputStream data)static KahaLocationKahaLocation. parseUnframed(org.apache.activemq.protobuf.Buffer data)static KahaLocationKahaLocation. parseUnframed(org.apache.activemq.protobuf.CodedInputStream data)Methods in org.apache.activemq.store.kahadb.data with parameters of type KahaLocation Modifier and Type Method Description booleanKahaLocation. equals(KahaLocation obj)KahaLocationKahaLocation. mergeFrom(KahaLocation other)
-