Interface Coordinator.SplitRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Coordinator.SplitRequest, Coordinator.SplitRequest.Builder
Enclosing class:
Coordinator

public static interface Coordinator.SplitRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    split from region id
    long
    split to region id
    com.google.protobuf.ByteString
    split watershed key
    boolean
    if true, store will create region, else coordinator pre-create region

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSplitFromRegionId

      long getSplitFromRegionId()
       split from region id
       
      int64 split_from_region_id = 1;
      Returns:
      The splitFromRegionId.
    • getSplitToRegionId

      long getSplitToRegionId()
       split to region id
       
      int64 split_to_region_id = 2;
      Returns:
      The splitToRegionId.
    • getSplitWatershedKey

      com.google.protobuf.ByteString getSplitWatershedKey()
       split watershed key
       
      bytes split_watershed_key = 3;
      Returns:
      The splitWatershedKey.
    • getStoreCreateRegion

      boolean getStoreCreateRegion()
       if true, store will create region, else coordinator pre-create region
       
      bool store_create_region = 4;
      Returns:
      The storeCreateRegion.