public static final class ClusterStatusProtos.ServerLoad.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder> implements ClusterStatusProtos.ServerLoadOrBuilder
ServerLoad
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClusterStatusProtos.ServerLoad build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ServerLoad buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClusterStatusProtos.ServerLoad.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder mergeFrom(ClusterStatusProtos.ServerLoad other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
public ClusterStatusProtos.ServerLoad.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClusterStatusProtos.ServerLoad.Builder>
IOException
public boolean hasNumberOfRequests()
optional uint32 number_of_requests = 1;
Number of requests since last report.
hasNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getNumberOfRequests()
optional uint32 number_of_requests = 1;
Number of requests since last report.
getNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setNumberOfRequests(int value)
optional uint32 number_of_requests = 1;
Number of requests since last report.
public ClusterStatusProtos.ServerLoad.Builder clearNumberOfRequests()
optional uint32 number_of_requests = 1;
Number of requests since last report.
public boolean hasTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
hasTotalNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
getTotalNumberOfRequests
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setTotalNumberOfRequests(int value)
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public ClusterStatusProtos.ServerLoad.Builder clearTotalNumberOfRequests()
optional uint32 total_number_of_requests = 2;
Total Number of requests from the start of the region server.
public boolean hasUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
hasUsedHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
getUsedHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setUsedHeapMB(int value)
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public ClusterStatusProtos.ServerLoad.Builder clearUsedHeapMB()
optional uint32 used_heap_MB = 3;
the amount of used heap, in MB.
public boolean hasMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
hasMaxHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
getMaxHeapMB
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setMaxHeapMB(int value)
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public ClusterStatusProtos.ServerLoad.Builder clearMaxHeapMB()
optional uint32 max_heap_MB = 4;
the maximum allowable size of the heap, in MB.
public List<ClusterStatusProtos.RegionLoad> getRegionLoadsList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getRegionLoadsCount()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsCount
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.RegionLoad getRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoads
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder setRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad value)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addRegionLoads(int index, ClusterStatusProtos.RegionLoad.Builder builderForValue)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder addAllRegionLoads(Iterable<? extends ClusterStatusProtos.RegionLoad> values)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder clearRegionLoads()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.ServerLoad.Builder removeRegionLoads(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder getRegionLoadsBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoadOrBuilder getRegionLoadsOrBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
public List<? extends ClusterStatusProtos.RegionLoadOrBuilder> getRegionLoadsOrBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
getRegionLoadsOrBuilderList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public ClusterStatusProtos.RegionLoad.Builder addRegionLoadsBuilder(int index)
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<ClusterStatusProtos.RegionLoad.Builder> getRegionLoadsBuilderList()
repeated .RegionLoad region_loads = 5;
Information on the load of individual regions.
public List<HBaseProtos.Coprocessor> getCoprocessorsList()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getCoprocessorsCount()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsCount
in interface ClusterStatusProtos.ServerLoadOrBuilder
public HBaseProtos.Coprocessor getCoprocessors(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessors
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder setCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor value)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(HBaseProtos.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addCoprocessors(int index, HBaseProtos.Coprocessor.Builder builderForValue)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder clearCoprocessors()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public ClusterStatusProtos.ServerLoad.Builder removeCoprocessors(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor.Builder getCoprocessorsBuilder(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.CoprocessorOrBuilder getCoprocessorsOrBuilder(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilder
in interface ClusterStatusProtos.ServerLoadOrBuilder
public List<? extends HBaseProtos.CoprocessorOrBuilder> getCoprocessorsOrBuilderList()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
getCoprocessorsOrBuilderList
in interface ClusterStatusProtos.ServerLoadOrBuilder
public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public HBaseProtos.Coprocessor.Builder addCoprocessorsBuilder(int index)
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public List<HBaseProtos.Coprocessor.Builder> getCoprocessorsBuilderList()
repeated .Coprocessor coprocessors = 6;
Regionserver-level coprocessors, e.g., WALObserver implementations. Region-level coprocessors, on the other hand, are stored inside RegionLoad objects.
public boolean hasReportStartTime()
optional uint64 report_start_time = 7;
Time when incremental (non-total) counts began being calculated (e.g. number_of_requests) time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
hasReportStartTime
in interface ClusterStatusProtos.ServerLoadOrBuilder
public long getReportStartTime()
optional uint64 report_start_time = 7;
Time when incremental (non-total) counts began being calculated (e.g. number_of_requests) time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
getReportStartTime
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setReportStartTime(long value)
optional uint64 report_start_time = 7;
Time when incremental (non-total) counts began being calculated (e.g. number_of_requests) time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
public ClusterStatusProtos.ServerLoad.Builder clearReportStartTime()
optional uint64 report_start_time = 7;
Time when incremental (non-total) counts began being calculated (e.g. number_of_requests) time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
public boolean hasReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
hasReportEndTime
in interface ClusterStatusProtos.ServerLoadOrBuilder
public long getReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
getReportEndTime
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setReportEndTime(long value)
optional uint64 report_end_time = 8;
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
public ClusterStatusProtos.ServerLoad.Builder clearReportEndTime()
optional uint64 report_end_time = 8;
Time when report was generated. time is measured as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
public boolean hasInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
hasInfoServerPort
in interface ClusterStatusProtos.ServerLoadOrBuilder
public int getInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
getInfoServerPort
in interface ClusterStatusProtos.ServerLoadOrBuilder
public ClusterStatusProtos.ServerLoad.Builder setInfoServerPort(int value)
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
public ClusterStatusProtos.ServerLoad.Builder clearInfoServerPort()
optional uint32 info_server_port = 9;
The port number that this region server is hosing an info server on.
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.