Tabnine Logo
AdminProtos$MergeRegionsRequest.getDescriptorForType
Code IndexAdd Tabnine to your IDE (free)

How to use
getDescriptorForType
method
in
org.apache.hadoop.hbase.protobuf.generated.AdminProtos$MergeRegionsRequest

Best Java code snippets using org.apache.hadoop.hbase.protobuf.generated.AdminProtos$MergeRegionsRequest.getDescriptorForType (Showing top 4 results out of 315)

origin: apache/hbase

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptorForType().hashCode();
 if (hasRegionA()) {
  hash = (37 * hash) + REGION_A_FIELD_NUMBER;
  hash = (53 * hash) + getRegionA().hashCode();
 }
 if (hasRegionB()) {
  hash = (37 * hash) + REGION_B_FIELD_NUMBER;
  hash = (53 * hash) + getRegionB().hashCode();
 }
 if (hasForcible()) {
  hash = (37 * hash) + FORCIBLE_FIELD_NUMBER;
  hash = (53 * hash) + hashBoolean(getForcible());
 }
 if (hasMasterSystemTime()) {
  hash = (37 * hash) + MASTER_SYSTEM_TIME_FIELD_NUMBER;
  hash = (53 * hash) + hashLong(getMasterSystemTime());
 }
 hash = (29 * hash) + getUnknownFields().hashCode();
 memoizedHashCode = hash;
 return hash;
}
origin: com.aliyun.hbase/alihbase-protocol

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptorForType().hashCode();
 if (hasRegionA()) {
  hash = (37 * hash) + REGION_A_FIELD_NUMBER;
  hash = (53 * hash) + getRegionA().hashCode();
 }
 if (hasRegionB()) {
  hash = (37 * hash) + REGION_B_FIELD_NUMBER;
  hash = (53 * hash) + getRegionB().hashCode();
 }
 if (hasForcible()) {
  hash = (37 * hash) + FORCIBLE_FIELD_NUMBER;
  hash = (53 * hash) + hashBoolean(getForcible());
 }
 if (hasMasterSystemTime()) {
  hash = (37 * hash) + MASTER_SYSTEM_TIME_FIELD_NUMBER;
  hash = (53 * hash) + hashLong(getMasterSystemTime());
 }
 hash = (29 * hash) + getUnknownFields().hashCode();
 memoizedHashCode = hash;
 return hash;
}
origin: org.apache.hbase/hbase-protocol

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptorForType().hashCode();
 if (hasRegionA()) {
  hash = (37 * hash) + REGION_A_FIELD_NUMBER;
  hash = (53 * hash) + getRegionA().hashCode();
 }
 if (hasRegionB()) {
  hash = (37 * hash) + REGION_B_FIELD_NUMBER;
  hash = (53 * hash) + getRegionB().hashCode();
 }
 if (hasForcible()) {
  hash = (37 * hash) + FORCIBLE_FIELD_NUMBER;
  hash = (53 * hash) + hashBoolean(getForcible());
 }
 if (hasMasterSystemTime()) {
  hash = (37 * hash) + MASTER_SYSTEM_TIME_FIELD_NUMBER;
  hash = (53 * hash) + hashLong(getMasterSystemTime());
 }
 hash = (29 * hash) + getUnknownFields().hashCode();
 memoizedHashCode = hash;
 return hash;
}
origin: harbby/presto-connectors

@java.lang.Override
public int hashCode() {
 if (memoizedHashCode != 0) {
  return memoizedHashCode;
 }
 int hash = 41;
 hash = (19 * hash) + getDescriptorForType().hashCode();
 if (hasRegionA()) {
  hash = (37 * hash) + REGION_A_FIELD_NUMBER;
  hash = (53 * hash) + getRegionA().hashCode();
 }
 if (hasRegionB()) {
  hash = (37 * hash) + REGION_B_FIELD_NUMBER;
  hash = (53 * hash) + getRegionB().hashCode();
 }
 if (hasForcible()) {
  hash = (37 * hash) + FORCIBLE_FIELD_NUMBER;
  hash = (53 * hash) + hashBoolean(getForcible());
 }
 if (hasMasterSystemTime()) {
  hash = (37 * hash) + MASTER_SYSTEM_TIME_FIELD_NUMBER;
  hash = (53 * hash) + hashLong(getMasterSystemTime());
 }
 hash = (29 * hash) + getUnknownFields().hashCode();
 memoizedHashCode = hash;
 return hash;
}
org.apache.hadoop.hbase.protobuf.generatedAdminProtos$MergeRegionsRequestgetDescriptorForType

Popular methods of AdminProtos$MergeRegionsRequest

  • <init>
  • getDefaultInstance
  • getForcible
    optional bool forcible = 3 [default = false];
  • getMasterSystemTime
    optional uint64 master_system_time = 4; wall clock time from master
  • getRegionA
    required .hbase.pb.RegionSpecifier region_a = 1;
  • getRegionB
    required .hbase.pb.RegionSpecifier region_b = 2;
  • getSerializedSize
  • getUnknownFields
  • hasForcible
    optional bool forcible = 3 [default = false];
  • hasMasterSystemTime
    optional uint64 master_system_time = 4; wall clock time from master
  • hasRegionA
    required .hbase.pb.RegionSpecifier region_a = 1;
  • hasRegionB
    required .hbase.pb.RegionSpecifier region_b = 2;
  • hasRegionA,
  • hasRegionB,
  • hashBoolean,
  • hashLong,
  • initFields,
  • isInitialized,
  • makeExtensionsImmutable,
  • newBuilder,
  • parseUnknownField

Popular in Java

  • Running tasks concurrently on multiple threads
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onCreateOptionsMenu (Activity)
  • setRequestProperty (URLConnection)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Permission (java.security)
    Legacy security code; do not use.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Best plugins for Eclipse
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