Test Info
Library Name | hbase |
Version #1 | rel/2.5.11 |
Version #2 | 2.5.12RC0 |
Subject | Binary Compatibility |
Test Results
Total Java Modules | 21 |
Total Methods / Classes | 6843 / 618 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 22 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 11 |
Added Methods 22
hbase-shaded-client-byo-hadoop-2.5.12.jar,
Algorithm.class
package org.apache.hadoop.hbase.io.compress
Compression.Algorithm.getByteBuffDecompressor ( ) : ByteBuffDecompressor
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.getByteBuffDecompressor:()Lorg/apache/hadoop/hbase/io/compress/ByteBuffDecompressor;
Compression.Algorithm.getHFileDecompressionContextForConfiguration ( Configuration conf ) : Compression.HFileDecompressionContext
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.getHFileDecompressionContextForConfiguration:(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/io/compress/Compression$HFileDecompressionContext;
Compression.Algorithm.returnByteBuffDecompressor ( ByteBuffDecompressor decompressor ) : void
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.returnByteBuffDecompressor:(Lorg/apache/hadoop/hbase/io/compress/ByteBuffDecompressor;)V
Compression.Algorithm.supportsByteBuffDecompression ( ) : boolean
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.supportsByteBuffDecompression:()Z
hbase-shaded-client-byo-hadoop-2.5.12.jar,
AsyncBufferedMutator.class
package org.apache.hadoop.hbase.client
AsyncBufferedMutator.getMaxMutations ( ) [abstract] : int
org/apache/hadoop/hbase/client/AsyncBufferedMutator.getMaxMutations:()I
hbase-shaded-client-byo-hadoop-2.5.12.jar,
AsyncBufferedMutatorBuilder.class
package org.apache.hadoop.hbase.client
AsyncBufferedMutatorBuilder.setMaxMutations ( int p1 ) [abstract] : AsyncBufferedMutatorBuilder
org/apache/hadoop/hbase/client/AsyncBufferedMutatorBuilder.setMaxMutations:(I)Lorg/apache/hadoop/hbase/client/AsyncBufferedMutatorBuilder;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
BufferedMutator.class
package org.apache.hadoop.hbase.client
BufferedMutator.getMaxMutations ( ) : int
org/apache/hadoop/hbase/client/BufferedMutator.getMaxMutations:()I
hbase-shaded-client-byo-hadoop-2.5.12.jar,
BufferedMutatorParams.class
package org.apache.hadoop.hbase.client
BufferedMutatorParams.getMaxMutations ( ) : int
org/apache/hadoop/hbase/client/BufferedMutatorParams.getMaxMutations:()I
BufferedMutatorParams.setMaxMutations ( int maxMutations ) : BufferedMutatorParams
org/apache/hadoop/hbase/client/BufferedMutatorParams.setMaxMutations:(I)Lorg/apache/hadoop/hbase/client/BufferedMutatorParams;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
Scan.class
package org.apache.hadoop.hbase.client
Scan.isScanMetricsByRegionEnabled ( ) : boolean
org/apache/hadoop/hbase/client/Scan.isScanMetricsByRegionEnabled:()Z
Scan.setEnableScanMetricsByRegion ( boolean enable ) : Scan
org/apache/hadoop/hbase/client/Scan.setEnableScanMetricsByRegion:(Z)Lorg/apache/hadoop/hbase/client/Scan;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ScanMetrics.class
package org.apache.hadoop.hbase.client.metrics
ScanMetrics.moveToNextRegion ( ) : void
org/apache/hadoop/hbase/client/metrics/ScanMetrics.moveToNextRegion:()V
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ScanMetricsRegionInfo.class
package org.apache.hadoop.hbase.client.metrics
ScanMetricsRegionInfo.equals ( Object obj ) : boolean
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.equals:(Ljava/lang/Object;)Z
ScanMetricsRegionInfo.getEncodedRegionName ( ) : String
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.getEncodedRegionName:()Ljava/lang/String;
ScanMetricsRegionInfo.getServerName ( ) : ServerName
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.getServerName:()Lorg/apache/hadoop/hbase/ServerName;
ScanMetricsRegionInfo.hashCode ( ) : int
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.hashCode:()I
ScanMetricsRegionInfo.toString ( ) : String
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.toString:()Ljava/lang/String;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ServerSideScanMetrics.class
package org.apache.hadoop.hbase.client.metrics
ServerSideScanMetrics.collectMetricsByRegion ( ) : Map<ScanMetricsRegionInfo,Map<String,Long>>
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.collectMetricsByRegion:()Ljava/util/Map;
ServerSideScanMetrics.collectMetricsByRegion ( boolean reset ) : Map<ScanMetricsRegionInfo,Map<String,Long>>
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.collectMetricsByRegion:(Z)Ljava/util/Map;
ServerSideScanMetrics.initScanMetricsRegionInfo ( String encodedRegionName, ServerName serverName ) : void
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.initScanMetricsRegionInfo:(Ljava/lang/String;Lorg/apache/hadoop/hbase/ServerName;)V
ServerSideScanMetrics.moveToNextRegion ( ) : void
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.moveToNextRegion:()V
ServerSideScanMetrics.toString ( ) : String
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.toString:()Ljava/lang/String;
to the top
Other Changes in Data Types 11
hbase-shaded-client-byo-hadoop-2.5.11.jar
package org.apache.hadoop.hbase.client
[+] interface AsyncBufferedMutator 1
| Change | Effect |
---|
1 |
Abstract method int getMaxMutations ( ) has been added to this interface. |
No effect. |
[+] affected methods: 11 (0.2%)
AsyncBufferedMutator.close ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.flush ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getConfiguration ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getName ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getPeriodicalFlushTimeout ( TimeUnit unit )This method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getWriteBufferSize ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.mutate ( List<?> p1 )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.mutate ( Mutation mutation )This method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutatorBuilder.build ( )Return value of this abstract method is of type 'AsyncBufferedMutator'.
AsyncConnection.getBufferedMutator ( TableName tableName )Return value of this method is of type 'AsyncBufferedMutator'.
...
[+] interface AsyncBufferedMutatorBuilder 1
| Change | Effect |
---|
1 |
Abstract method AsyncBufferedMutatorBuilder setMaxMutations ( int ) has been added to this interface. |
No effect. |
[+] affected methods: 13 (0.2%)
AsyncBufferedMutatorBuilder.build ( )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.disableWriteBufferPeriodicFlush ( )This method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxAttempts ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxKeyValueSize ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxRetries ( int maxRetries )This method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setOperationTimeout ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setRetryPause ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setRpcTimeout ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setStartLogErrorsCnt ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setWriteBufferPeriodicFlush ( long timeout, TimeUnit unit )This method is from 'AsyncBufferedMutatorBuilder' interface.
...
hbase-shaded-client-byo-hadoop-2.5.11.jar
package org.apache.hadoop.hbase.client.metrics
[+] class ServerSideScanMetrics 9
| Change | Effect |
---|
1 |
Field BLOCK_READ_OPS_COUNT_METRIC_NAME has been added to this class. |
No effect. |
2 |
Field BYTES_READ_FROM_BLOCK_CACHE_METRIC_NAME has been added to this class. |
No effect. |
3 |
Field BYTES_READ_FROM_FS_METRIC_NAME has been added to this class. |
No effect. |
4 |
Field BYTES_READ_FROM_MEMSTORE_METRIC_NAME has been added to this class. |
No effect. |
5 |
Field blockReadOpsCount has been added to this class. |
No effect. |
6 |
Field bytesReadFromBlockCache has been added to this class. |
No effect. |
7 |
Field bytesReadFromFs has been added to this class. |
No effect. |
8 |
Field bytesReadFromMemstore has been added to this class. |
No effect. |
9 |
Field currentRegionScanMetricsData has been added to this class. |
No effect. |
[+] affected methods: 8 (0.1%)
ServerSideScanMetrics.ServerSideScanMetrics ( )This constructor is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.addToCounter ( String counterName, long delta )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.createCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getMetricsMap ( )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getMetricsMap ( boolean reset )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.hasCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.setCounter ( String counterName, long value )This method is from 'ServerSideScanMetrics' class.
to the top
Java Archives 21
hbase-client-project-2.5.11.jar
hbase-compression-aircompressor-2.5.11.jar
hbase-compression-brotli-2.5.11.jar
hbase-compression-lz4-2.5.11.jar
hbase-compression-snappy-2.5.11.jar
hbase-compression-xz-2.5.11.jar
hbase-compression-zstd-2.5.11.jar
hbase-endpoint-2.5.11.jar
hbase-examples-2.5.11.jar
hbase-external-blockcache-2.5.11.jar
hbase-hbtop-2.5.11.jar
hbase-it-2.5.11.jar
hbase-protocol-2.5.11.jar
hbase-rest-2.5.11.jar
hbase-rsgroup-2.5.11.jar
hbase-shaded-client-2.5.11.jar
hbase-shaded-client-byo-hadoop-2.5.11.jar
hbase-shaded-client-project-2.5.11.jar
hbase-shaded-mapreduce-2.5.11.jar
hbase-testing-util-2.5.11.jar
hbase-thrift-2.5.11.jar
to the top
Test Info
Library Name | hbase |
Version #1 | rel/2.5.11 |
Version #2 | 2.5.12RC0 |
Subject | Source Compatibility |
Test Results
Total Java Modules | 21 |
Total Methods / Classes | 6843 / 618 |
Compatibility |
99.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 22 |
Removed Methods | High | 0 |
Problems with Data Types | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 9 |
Added Methods 22
hbase-shaded-client-byo-hadoop-2.5.12.jar,
Algorithm.class
package org.apache.hadoop.hbase.io.compress
Compression.Algorithm.getByteBuffDecompressor ( ) : ByteBuffDecompressor
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.getByteBuffDecompressor:()Lorg/apache/hadoop/hbase/io/compress/ByteBuffDecompressor;
Compression.Algorithm.getHFileDecompressionContextForConfiguration ( Configuration conf ) : Compression.HFileDecompressionContext
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.getHFileDecompressionContextForConfiguration:(Lorg/apache/hadoop/conf/Configuration;)Lorg/apache/hadoop/hbase/io/compress/Compression$HFileDecompressionContext;
Compression.Algorithm.returnByteBuffDecompressor ( ByteBuffDecompressor decompressor ) : void
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.returnByteBuffDecompressor:(Lorg/apache/hadoop/hbase/io/compress/ByteBuffDecompressor;)V
Compression.Algorithm.supportsByteBuffDecompression ( ) : boolean
org/apache/hadoop/hbase/io/compress/Compression.Algorithm.supportsByteBuffDecompression:()Z
hbase-shaded-client-byo-hadoop-2.5.12.jar,
AsyncBufferedMutator.class
package org.apache.hadoop.hbase.client
AsyncBufferedMutator.getMaxMutations ( ) [abstract] : int
org/apache/hadoop/hbase/client/AsyncBufferedMutator.getMaxMutations:()I
hbase-shaded-client-byo-hadoop-2.5.12.jar,
AsyncBufferedMutatorBuilder.class
package org.apache.hadoop.hbase.client
AsyncBufferedMutatorBuilder.setMaxMutations ( int p1 ) [abstract] : AsyncBufferedMutatorBuilder
org/apache/hadoop/hbase/client/AsyncBufferedMutatorBuilder.setMaxMutations:(I)Lorg/apache/hadoop/hbase/client/AsyncBufferedMutatorBuilder;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
BufferedMutator.class
package org.apache.hadoop.hbase.client
BufferedMutator.getMaxMutations ( ) : int
org/apache/hadoop/hbase/client/BufferedMutator.getMaxMutations:()I
hbase-shaded-client-byo-hadoop-2.5.12.jar,
BufferedMutatorParams.class
package org.apache.hadoop.hbase.client
BufferedMutatorParams.getMaxMutations ( ) : int
org/apache/hadoop/hbase/client/BufferedMutatorParams.getMaxMutations:()I
BufferedMutatorParams.setMaxMutations ( int maxMutations ) : BufferedMutatorParams
org/apache/hadoop/hbase/client/BufferedMutatorParams.setMaxMutations:(I)Lorg/apache/hadoop/hbase/client/BufferedMutatorParams;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
Scan.class
package org.apache.hadoop.hbase.client
Scan.isScanMetricsByRegionEnabled ( ) : boolean
org/apache/hadoop/hbase/client/Scan.isScanMetricsByRegionEnabled:()Z
Scan.setEnableScanMetricsByRegion ( boolean enable ) : Scan
org/apache/hadoop/hbase/client/Scan.setEnableScanMetricsByRegion:(Z)Lorg/apache/hadoop/hbase/client/Scan;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ScanMetrics.class
package org.apache.hadoop.hbase.client.metrics
ScanMetrics.moveToNextRegion ( ) : void
org/apache/hadoop/hbase/client/metrics/ScanMetrics.moveToNextRegion:()V
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ScanMetricsRegionInfo.class
package org.apache.hadoop.hbase.client.metrics
ScanMetricsRegionInfo.equals ( Object obj ) : boolean
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.equals:(Ljava/lang/Object;)Z
ScanMetricsRegionInfo.getEncodedRegionName ( ) : String
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.getEncodedRegionName:()Ljava/lang/String;
ScanMetricsRegionInfo.getServerName ( ) : ServerName
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.getServerName:()Lorg/apache/hadoop/hbase/ServerName;
ScanMetricsRegionInfo.hashCode ( ) : int
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.hashCode:()I
ScanMetricsRegionInfo.toString ( ) : String
org/apache/hadoop/hbase/client/metrics/ScanMetricsRegionInfo.toString:()Ljava/lang/String;
hbase-shaded-client-byo-hadoop-2.5.12.jar,
ServerSideScanMetrics.class
package org.apache.hadoop.hbase.client.metrics
ServerSideScanMetrics.collectMetricsByRegion ( ) : Map<ScanMetricsRegionInfo,Map<String,Long>>
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.collectMetricsByRegion:()Ljava/util/Map;
ServerSideScanMetrics.collectMetricsByRegion ( boolean reset ) : Map<ScanMetricsRegionInfo,Map<String,Long>>
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.collectMetricsByRegion:(Z)Ljava/util/Map;
ServerSideScanMetrics.initScanMetricsRegionInfo ( String encodedRegionName, ServerName serverName ) : void
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.initScanMetricsRegionInfo:(Ljava/lang/String;Lorg/apache/hadoop/hbase/ServerName;)V
ServerSideScanMetrics.moveToNextRegion ( ) : void
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.moveToNextRegion:()V
ServerSideScanMetrics.toString ( ) : String
org/apache/hadoop/hbase/client/metrics/ServerSideScanMetrics.toString:()Ljava/lang/String;
to the top
Problems with Data Types, High Severity 2
hbase-shaded-client-byo-hadoop-2.5.11.jar
package org.apache.hadoop.hbase.client
[+] interface AsyncBufferedMutator 1
| Change | Effect |
---|
1 |
Abstract method int getMaxMutations ( ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMaxMutations ( ) in AsyncBufferedMutator. |
[+] affected methods: 11 (0.2%)
AsyncBufferedMutator.close ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.flush ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getConfiguration ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getName ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getPeriodicalFlushTimeout ( TimeUnit unit )This method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.getWriteBufferSize ( )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.mutate ( List<?> p1 )This abstract method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutator.mutate ( Mutation mutation )This method is from 'AsyncBufferedMutator' interface.
AsyncBufferedMutatorBuilder.build ( )Return value of this abstract method is of type 'AsyncBufferedMutator'.
AsyncConnection.getBufferedMutator ( TableName tableName )Return value of this method is of type 'AsyncBufferedMutator'.
...
[+] interface AsyncBufferedMutatorBuilder 1
| Change | Effect |
---|
1 |
Abstract method AsyncBufferedMutatorBuilder setMaxMutations ( int ) has been added to this interface. |
Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setMaxMutations ( int ) in AsyncBufferedMutatorBuilder. |
[+] affected methods: 13 (0.2%)
AsyncBufferedMutatorBuilder.build ( )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.disableWriteBufferPeriodicFlush ( )This method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxAttempts ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxKeyValueSize ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setMaxRetries ( int maxRetries )This method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setOperationTimeout ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setRetryPause ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setRpcTimeout ( long p1, TimeUnit p2 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setStartLogErrorsCnt ( int p1 )This abstract method is from 'AsyncBufferedMutatorBuilder' interface.
AsyncBufferedMutatorBuilder.setWriteBufferPeriodicFlush ( long timeout, TimeUnit unit )This method is from 'AsyncBufferedMutatorBuilder' interface.
...
to the top
Other Changes in Data Types 9
hbase-shaded-client-byo-hadoop-2.5.11.jar
package org.apache.hadoop.hbase.client.metrics
[+] class ServerSideScanMetrics 9
| Change | Effect |
---|
1 |
Field BLOCK_READ_OPS_COUNT_METRIC_NAME has been added to this class. |
No effect. |
2 |
Field BYTES_READ_FROM_BLOCK_CACHE_METRIC_NAME has been added to this class. |
No effect. |
3 |
Field BYTES_READ_FROM_FS_METRIC_NAME has been added to this class. |
No effect. |
4 |
Field BYTES_READ_FROM_MEMSTORE_METRIC_NAME has been added to this class. |
No effect. |
5 |
Field blockReadOpsCount has been added to this class. |
No effect. |
6 |
Field bytesReadFromBlockCache has been added to this class. |
No effect. |
7 |
Field bytesReadFromFs has been added to this class. |
No effect. |
8 |
Field bytesReadFromMemstore has been added to this class. |
No effect. |
9 |
Field currentRegionScanMetricsData has been added to this class. |
No effect. |
[+] affected methods: 8 (0.1%)
ServerSideScanMetrics.ServerSideScanMetrics ( )This constructor is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.addToCounter ( String counterName, long delta )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.createCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getMetricsMap ( )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.getMetricsMap ( boolean reset )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.hasCounter ( String counterName )This method is from 'ServerSideScanMetrics' class.
ServerSideScanMetrics.setCounter ( String counterName, long value )This method is from 'ServerSideScanMetrics' class.
to the top
Java Archives 21
hbase-client-project-2.5.11.jar
hbase-compression-aircompressor-2.5.11.jar
hbase-compression-brotli-2.5.11.jar
hbase-compression-lz4-2.5.11.jar
hbase-compression-snappy-2.5.11.jar
hbase-compression-xz-2.5.11.jar
hbase-compression-zstd-2.5.11.jar
hbase-endpoint-2.5.11.jar
hbase-examples-2.5.11.jar
hbase-external-blockcache-2.5.11.jar
hbase-hbtop-2.5.11.jar
hbase-it-2.5.11.jar
hbase-protocol-2.5.11.jar
hbase-rest-2.5.11.jar
hbase-rsgroup-2.5.11.jar
hbase-shaded-client-2.5.11.jar
hbase-shaded-client-byo-hadoop-2.5.11.jar
hbase-shaded-client-project-2.5.11.jar
hbase-shaded-mapreduce-2.5.11.jar
hbase-testing-util-2.5.11.jar
hbase-thrift-2.5.11.jar
to the top