Tabnine Logo
ClusterStatusProtos$RegionLoad$Builder.setTotalStaticBloomSizeKB
Code IndexAdd Tabnine to your IDE (free)

How to use
setTotalStaticBloomSizeKB
method
in
org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos$RegionLoad$Builder

Best Java code snippets using org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos$RegionLoad$Builder.setTotalStaticBloomSizeKB (Showing top 6 results out of 315)

origin: apache/hbase

setTotalStaticBloomSizeKB(other.getTotalStaticBloomSizeKB());
origin: apache/hbase

.setRootIndexSizeKB(rootLevelIndexSizeKB)
.setTotalStaticIndexSizeKB(totalStaticIndexSizeKB)
.setTotalStaticBloomSizeKB(totalStaticBloomSizeKB)
.setReadRequestsCount(r.getReadRequestsCount())
.setCpRequestsCount(r.getCpRequestsCount())
origin: org.apache.hbase/hbase-protocol-shaded

setTotalStaticBloomSizeKB(other.getTotalStaticBloomSizeKB());
origin: com.aliyun.hbase/alihbase-client

 .setValue(UnsafeByteOperations.unsafeWrap(regionMetrics.getRegionName()))
 .build())
.setTotalStaticBloomSizeKB((int) regionMetrics.getBloomFilterSize()
 .get(Size.Unit.KILOBYTE))
.setCurrentCompactedKVs(regionMetrics.getCompactedCellCount())
origin: org.apache.hbase/hbase-client

 .setValue(UnsafeByteOperations.unsafeWrap(regionMetrics.getRegionName()))
 .build())
.setTotalStaticBloomSizeKB((int) regionMetrics.getBloomFilterSize()
 .get(Size.Unit.KILOBYTE))
.setCurrentCompactedKVs(regionMetrics.getCompactedCellCount())
origin: apache/hbase

 .setValue(UnsafeByteOperations.unsafeWrap(regionMetrics.getRegionName()))
 .build())
.setTotalStaticBloomSizeKB((int) regionMetrics.getBloomFilterSize()
 .get(Size.Unit.KILOBYTE))
.setCurrentCompactedKVs(regionMetrics.getCompactedCellCount())
org.apache.hadoop.hbase.shaded.protobuf.generatedClusterStatusProtos$RegionLoad$BuildersetTotalStaticBloomSizeKB

Javadoc

 
The total size of all Bloom filter blocks, not just loaded into the 
block cache, in KB. 
optional uint32 total_static_bloom_size_KB = 14;

Popular methods of ClusterStatusProtos$RegionLoad$Builder

  • build
  • setFilteredReadRequestsCount
    the current total filtered read requests made to region optional uint64 filtered_read_requests
  • setReadRequestsCount
    the current total read requests made to region optional uint64 read_requests_count = 8;
  • setRootIndexSizeKB
    The current total size of root-level indexes for the region, in KB. optional uint32 root_index
  • setStoreUncompressedSizeMB
    the total size of the store files for the region, uncompressed, in MB optional uint32 store_un
  • setStorefileIndexSizeKB
    The current total size of root-level store file indexes for the region, in KB. The same as {@link
  • setStorefileSizeMB
    the current total size of the store files for the region, in MB optional uint32 storefile_size
  • setStorefiles
    the number of storefiles for the region optional uint32 storefiles = 3;
  • setStores
    the number of stores for the region optional uint32 stores = 2;
  • setWriteRequestsCount
    the current total write requests made to region optional uint64 write_requests_count = 9;
  • setCompleteSequenceId
    the most recent sequence Id from cache flush optional uint64 complete_sequence_id = 15;
  • setCpRequestsCount
    the current total coprocessor requests made to region optional uint64 cp_requests_count = 20;
  • setCompleteSequenceId,
  • setCpRequestsCount,
  • setCurrentCompactedKVs,
  • setDataLocality,
  • setLastMajorCompactionTs,
  • setMemStoreSizeMB,
  • setRegionSpecifier,
  • setTotalCompactingKVs,
  • setTotalStaticIndexSizeKB

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Menu (java.awt)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JCheckBox (javax.swing)
  • Top 12 Jupyter Notebook extensions
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