Tabnine Logo
ClientProtos$RegionActionResult$Builder.getExceptionFieldBuilder
Code IndexAdd Tabnine to your IDE (free)

How to use
getExceptionFieldBuilder
method
in
org.apache.hadoop.hbase.protobuf.generated.ClientProtos$RegionActionResult$Builder

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated.ClientProtos$RegionActionResult$Builder.getExceptionFieldBuilder (Showing top 8 results out of 315)

origin: apache/hbase

/**
 * <code>optional .hbase.pb.NameBytesPair exception = 2;</code>
 *
 * <pre>
 * If the operation failed globally for this region, this exception is set
 * </pre>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair.Builder getExceptionBuilder() {
 bitField0_ |= 0x00000002;
 onChanged();
 return getExceptionFieldBuilder().getBuilder();
}
/**
origin: org.apache.hbase/hbase-protocol

/**
 * <code>optional .hbase.pb.NameBytesPair exception = 2;</code>
 *
 * <pre>
 * If the operation failed globally for this region, this exception is set
 * </pre>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair.Builder getExceptionBuilder() {
 bitField0_ |= 0x00000002;
 onChanged();
 return getExceptionFieldBuilder().getBuilder();
}
/**
origin: com.aliyun.hbase/alihbase-protocol

/**
 * <code>optional .hbase.pb.NameBytesPair exception = 2;</code>
 *
 * <pre>
 * If the operation failed globally for this region, this exception is set
 * </pre>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair.Builder getExceptionBuilder() {
 bitField0_ |= 0x00000002;
 onChanged();
 return getExceptionFieldBuilder().getBuilder();
}
/**
origin: harbby/presto-connectors

/**
 * <code>optional .NameBytesPair exception = 2;</code>
 *
 * <pre>
 * If the operation failed globally for this region, this exception is set
 * </pre>
 */
public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair.Builder getExceptionBuilder() {
 bitField0_ |= 0x00000002;
 onChanged();
 return getExceptionFieldBuilder().getBuilder();
}
/**
origin: com.aliyun.hbase/alihbase-protocol

private void maybeForceBuilderInitialization() {
 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
  getResultOrExceptionFieldBuilder();
  getExceptionFieldBuilder();
 }
}
private static Builder create() {
origin: org.apache.hbase/hbase-protocol

private void maybeForceBuilderInitialization() {
 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
  getResultOrExceptionFieldBuilder();
  getExceptionFieldBuilder();
 }
}
private static Builder create() {
origin: harbby/presto-connectors

private void maybeForceBuilderInitialization() {
 if (com.facebook.presto.hbase.$internal.com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
  getResultOrExceptionFieldBuilder();
  getExceptionFieldBuilder();
 }
}
private static Builder create() {
origin: apache/hbase

private void maybeForceBuilderInitialization() {
 if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
  getResultOrExceptionFieldBuilder();
  getExceptionFieldBuilder();
 }
}
private static Builder create() {
org.apache.hadoop.hbase.protobuf.generatedClientProtos$RegionActionResult$BuildergetExceptionFieldBuilder

Javadoc

optional .NameBytesPair exception = 2;
 
If the operation failed globally for this region, this exception is set 

Popular methods of ClientProtos$RegionActionResult$Builder

  • build
  • <init>
  • buildPartial
  • create
  • ensureResultOrExceptionIsMutable
  • getException
    optional .hbase.pb.NameBytesPair exception = 2; If the operation failed globally for this region, t
  • getParentForChildren
  • getResultOrException
    repeated .hbase.pb.ResultOrException resultOrException = 1;
  • getResultOrExceptionCount
    repeated .hbase.pb.ResultOrException resultOrException = 1;
  • getResultOrExceptionFieldBuilder
  • hasException
    optional .hbase.pb.NameBytesPair exception = 2; If the operation failed globally for this region, t
  • isClean
  • hasException,
  • isClean,
  • maybeForceBuilderInitialization,
  • mergeException,
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged

Popular in Java

  • Reading from database using SQL prepared statement
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Top plugins for Android Studio
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