Tabnine Logo
UserBitShared$DrillPBError.getErrorIdBytes
Code IndexAdd Tabnine to your IDE (free)

How to use
getErrorIdBytes
method
in
org.apache.drill.exec.proto.UserBitShared$DrillPBError

Best Java code snippets using org.apache.drill.exec.proto.UserBitShared$DrillPBError.getErrorIdBytes (Showing top 4 results out of 315)

origin: apache/drill

public void writeTo(com.google.protobuf.CodedOutputStream output)
          throws java.io.IOException {
 getSerializedSize();
 if (((bitField0_ & 0x00000001) == 0x00000001)) {
  output.writeBytes(1, getErrorIdBytes());
 }
 if (((bitField0_ & 0x00000002) == 0x00000002)) {
  output.writeMessage(2, endpoint_);
 }
 if (((bitField0_ & 0x00000004) == 0x00000004)) {
  output.writeEnum(3, errorType_.getNumber());
 }
 if (((bitField0_ & 0x00000008) == 0x00000008)) {
  output.writeBytes(4, getMessageBytes());
 }
 if (((bitField0_ & 0x00000010) == 0x00000010)) {
  output.writeMessage(5, exception_);
 }
 for (int i = 0; i < parsingError_.size(); i++) {
  output.writeMessage(6, parsingError_.get(i));
 }
 getUnknownFields().writeTo(output);
}
origin: apache/drill

if (((bitField0_ & 0x00000001) == 0x00000001)) {
 size += com.google.protobuf.CodedOutputStream
  .computeBytesSize(1, getErrorIdBytes());
origin: org.apache.drill/drill-protocol

public void writeTo(com.google.protobuf.CodedOutputStream output)
          throws java.io.IOException {
 getSerializedSize();
 if (((bitField0_ & 0x00000001) == 0x00000001)) {
  output.writeBytes(1, getErrorIdBytes());
 }
 if (((bitField0_ & 0x00000002) == 0x00000002)) {
  output.writeMessage(2, endpoint_);
 }
 if (((bitField0_ & 0x00000004) == 0x00000004)) {
  output.writeEnum(3, errorType_.getNumber());
 }
 if (((bitField0_ & 0x00000008) == 0x00000008)) {
  output.writeBytes(4, getMessageBytes());
 }
 if (((bitField0_ & 0x00000010) == 0x00000010)) {
  output.writeMessage(5, exception_);
 }
 for (int i = 0; i < parsingError_.size(); i++) {
  output.writeMessage(6, parsingError_.get(i));
 }
 getUnknownFields().writeTo(output);
}
origin: org.apache.drill/drill-protocol

if (((bitField0_ & 0x00000001) == 0x00000001)) {
 size += com.google.protobuf.CodedOutputStream
  .computeBytesSize(1, getErrorIdBytes());
org.apache.drill.exec.protoUserBitShared$DrillPBErrorgetErrorIdBytes

Javadoc

optional string error_id = 1;
 
for debug tracing purposes 

Popular methods of UserBitShared$DrillPBError

  • getMessage
    optional string message = 4;
  • getErrorType
    optional .exec.shared.DrillPBError.ErrorType error_type = 3;
  • newBuilder
  • getException
    optional .exec.shared.ExceptionWrapper exception = 5;
  • <init>
  • getDefaultInstance
  • getDescriptor
  • getEndpoint
    optional .exec.DrillbitEndpoint endpoint = 2;
  • getErrorId
    optional string error_id = 1; for debug tracing purposes
  • getMessageBytes
    optional string message = 4;
  • getParsingErrorList
    repeated .exec.shared.ParsingError parsing_error = 6; optional, used when providing location of err
  • getSerializedSize
  • getParsingErrorList,
  • getSerializedSize,
  • getUnknownFields,
  • hasEndpoint,
  • hasErrorId,
  • hasErrorType,
  • hasException,
  • hasMessage,
  • initFields

Popular in Java

  • Reactive rest calls using spring rest template
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • getSharedPreferences (Context)
  • Permission (java.security)
    Legacy security code; do not use.
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • ImageIO (javax.imageio)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now