Interface Coordinator.UpdateGCSafePointResponseOrBuilder

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

public static interface Coordinator.UpdateGCSafePointResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getNewSafePoint

      long getNewSafePoint()
       this for default tenant
       
      int64 new_safe_point = 3;
      Returns:
      The newSafePoint.
    • getGcStop

      boolean getGcStop()
       if this is true, store will not do gc.
       
      bool gc_stop = 4;
      Returns:
      The gcStop.
    • getNewResolveLockSafePoint

      long getNewResolveLockSafePoint()
       this is for default tenant already resolved lock ts
       
      int64 new_resolve_lock_safe_point = 5;
      Returns:
      The newResolveLockSafePoint.
    • getTenantSafePointsCount

      int getTenantSafePointsCount()
       if tenant_safe_points is not null, this field is filled
       
      map<int64, int64> tenant_safe_points = 6;
    • containsTenantSafePoints

      boolean containsTenantSafePoints(long key)
       if tenant_safe_points is not null, this field is filled
       
      map<int64, int64> tenant_safe_points = 6;
    • getTenantSafePoints

      @Deprecated Map<Long,Long> getTenantSafePoints()
      Deprecated.
    • getTenantSafePointsMap

      Map<Long,Long> getTenantSafePointsMap()
       if tenant_safe_points is not null, this field is filled
       
      map<int64, int64> tenant_safe_points = 6;
    • getTenantSafePointsOrDefault

      long getTenantSafePointsOrDefault(long key, long defaultValue)
       if tenant_safe_points is not null, this field is filled
       
      map<int64, int64> tenant_safe_points = 6;
    • getTenantSafePointsOrThrow

      long getTenantSafePointsOrThrow(long key)
       if tenant_safe_points is not null, this field is filled
       
      map<int64, int64> tenant_safe_points = 6;
    • getTenantResolveLockSafePointsCount

      int getTenantResolveLockSafePointsCount()
       this is for except default tenant already resolved lock resolved lock ts
       key is tenant_id, value is safe_point
       
      map<int64, int64> tenant_resolve_lock_safe_points = 7;
    • containsTenantResolveLockSafePoints

      boolean containsTenantResolveLockSafePoints(long key)
       this is for except default tenant already resolved lock resolved lock ts
       key is tenant_id, value is safe_point
       
      map<int64, int64> tenant_resolve_lock_safe_points = 7;
    • getTenantResolveLockSafePoints

      @Deprecated Map<Long,Long> getTenantResolveLockSafePoints()
      Deprecated.
    • getTenantResolveLockSafePointsMap

      Map<Long,Long> getTenantResolveLockSafePointsMap()
       this is for except default tenant already resolved lock resolved lock ts
       key is tenant_id, value is safe_point
       
      map<int64, int64> tenant_resolve_lock_safe_points = 7;
    • getTenantResolveLockSafePointsOrDefault

      long getTenantResolveLockSafePointsOrDefault(long key, long defaultValue)
       this is for except default tenant already resolved lock resolved lock ts
       key is tenant_id, value is safe_point
       
      map<int64, int64> tenant_resolve_lock_safe_points = 7;
    • getTenantResolveLockSafePointsOrThrow

      long getTenantResolveLockSafePointsOrThrow(long key)
       this is for except default tenant already resolved lock resolved lock ts
       key is tenant_id, value is safe_point
       
      map<int64, int64> tenant_resolve_lock_safe_points = 7;