Tabnine Logo
org.apache.hadoop.hbase.protobuf.generated
Code IndexAdd Tabnine to your IDE (free)

How to use org.apache.hadoop.hbase.protobuf.generated

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated (Showing top 20 results out of 315)

origin: apache/hbase

private void initFields() {
 index_ = 0;
 result_ = org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Result.getDefaultInstance();
 exception_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair.getDefaultInstance();
 serviceResult_ = org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResult.getDefaultInstance();
 loadStats_ = org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
origin: apache/hbase

private void initFields() {
 region_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier.getDefaultInstance();
 mutation_ = org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.getDefaultInstance();
 condition_ = org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Condition.getDefaultInstance();
 nonceGroup_ = 0L;
}
private byte memoizedIsInitialized = -1;
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.LiveServerInfo other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.LiveServerInfo.getDefaultInstance()) return this;
 if (other.hasServer()) {
  mergeServer(other.getServer());
 }
 if (other.hasServerLoad()) {
  mergeServerLoad(other.getServerLoad());
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResult other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResult.getDefaultInstance()) return this;
 if (other.hasValue()) {
  mergeValue(other.getValue());
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

public Builder mergeFrom(org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.LongComparator other) {
 if (other == org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.LongComparator.getDefaultInstance()) return this;
 if (other.hasComparable()) {
  mergeComparable(other.getComparable());
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: apache/hbase

public final boolean isInitialized() {
 if (!hasInterpreterClassName()) {
  
  return false;
 }
 if (!hasScan()) {
  
  return false;
 }
 if (!getScan().isInitialized()) {
  
  return false;
 }
 return true;
}
origin: apache/hbase

public final boolean isInitialized() {
 if (!hasScan()) {
  
  return false;
 }
 if (!hasOutputPath()) {
  
  return false;
 }
 if (!getScan().isInitialized()) {
  
  return false;
 }
 return true;
}
origin: apache/hbase

/**
 * <code>optional bytes serialized_comparator = 2;</code>
 */
public Builder clearSerializedComparator() {
 bitField0_ = (bitField0_ & ~0x00000002);
 serializedComparator_ = getDefaultInstance().getSerializedComparator();
 onChanged();
 return this;
}
origin: apache/hbase

/**
 * <code>optional bytes stop_row_key = 1;</code>
 */
public Builder clearStopRowKey() {
 bitField0_ = (bitField0_ & ~0x00000001);
 stopRowKey_ = getDefaultInstance().getStopRowKey();
 onChanged();
 return this;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility build() {
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad build() {
 org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BinaryPrefixComparator build() {
 org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BinaryPrefixComparator result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
origin: apache/hbase

/**
 * <code>required string substr = 1;</code>
 */
public Builder clearSubstr() {
 bitField0_ = (bitField0_ & ~0x00000001);
 substr_ = getDefaultInstance().getSubstr();
 onChanged();
 return this;
}
/**
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility result = new org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CellVisibility(this);
 int from_bitField0_ = bitField0_;
 int to_bitField0_ = 0;
 if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
  to_bitField0_ |= 0x00000001;
 }
 result.expression_ = expression_;
 result.bitField0_ = to_bitField0_;
 onBuilt();
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsResponse buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsResponse result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsResponse(this);
 onBuilt();
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerResponse buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerResponse result = new org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerResponse(this);
 onBuilt();
 return result;
}
origin: apache/hbase

/**
 * <code>optional string compressCodec = 5;</code>
 */
public Builder clearCompressCodec() {
 bitField0_ = (bitField0_ & ~0x00000010);
 compressCodec_ = getDefaultInstance().getCompressCodec();
 onChanged();
 return this;
}
/**
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.NullComparator buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.NullComparator result = new org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.NullComparator(this);
 onBuilt();
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BigDecimalComparator build() {
 org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BigDecimalComparator result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
origin: apache/hbase

public org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesResponse buildPartial() {
 org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesResponse result = new org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesResponse(this);
 onBuilt();
 return result;
}
org.apache.hadoop.hbase.protobuf.generated

Most used classes

  • ClientProtos$Scan
    Protobuf type hbase.pb.Scan Instead of get from a table, you can scan it with optional filters. Yo
  • ClientProtos$MutationProto
    Protobuf type hbase.pb.MutationProto A specific mutation inside a mutate request. It can be an app
  • MultiRowMutationProtos$MutateRowsRequest
    Protobuf type hbase.pb.MutateRowsRequest
  • MultiRowMutationProtos$MultiRowMutationService$BlockingInterface
  • MultiRowMutationProtos$MultiRowMutationService
    Protobuf service hbase.pb.MultiRowMutationService
  • AdminProtos$WALEntry,
  • ClientProtos$Result,
  • HBaseProtos$SnapshotDescription,
  • WALProtos$WALKey,
  • CellProtos$Cell,
  • ClientProtos$Scan$Builder,
  • AccessControlProtos$AccessControlService,
  • AccessControlProtos$GetUserPermissionsRequest,
  • AccessControlProtos$GetUserPermissionsRequest$Builder,
  • AuthenticationProtos$AuthenticationService,
  • CellProtos$Cell$Builder,
  • ClientProtos$BulkLoadHFileRequest$FamilyPath$Builder,
  • ClientProtos$BulkLoadHFileRequest$FamilyPath,
  • FilterProtos$Filter
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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