Skip to content

Commit

Permalink
HBASE-24317 Removed deprecated setCacheDataInL1 in HColumnDescriptor (#…
Browse files Browse the repository at this point in the history
…1641)

Signed-off-by: stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
  • Loading branch information
HorizonNet authored May 5, 2020
1 parent 0632e98 commit fdbf458
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,19 +521,6 @@ public HColumnDescriptor setCacheDataOnWrite(boolean value) {
return this;
}

/**
* This is a noop call from HBase 2.0 onwards
*
* @return this (for chained invocation)
* @deprecated Since 2.0 and will be removed in 3.0 with out any replacement. Caching data in on
* heap Cache, when there are both on heap LRU Cache and Bucket Cache will no longer
* be supported from 2.0.
*/
@Deprecated
public HColumnDescriptor setCacheDataInL1(boolean value) {
return this;
}

@Override
public boolean isCacheIndexesOnWrite() {
return delegatee.isCacheIndexesOnWrite();
Expand Down

0 comments on commit fdbf458

Please sign in to comment.