public class RegionPruneInfo extends Object
| Constructor and Description | 
|---|
| RegionPruneInfo(byte[] regionName,
               String regionNameAsString,
               long pruneUpperBound,
               long pruneRecordTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| long | getPruneRecordTime() | 
| long | getPruneUpperBound() | 
| byte[] | getRegionName() | 
| String | getRegionNameAsString() | 
| int | hashCode() | 
| String | toString() | 
public RegionPruneInfo(byte[] regionName,
               String regionNameAsString,
               long pruneUpperBound,
               long pruneRecordTime)
public byte[] getRegionName()
public String getRegionNameAsString()
public long getPruneUpperBound()
public long getPruneRecordTime()
Copyright © 2017 The Apache Software Foundation. All rights reserved.