| Constructor and Description |
|---|
MajorCompactionRequest(KeyExtent extent,
MajorCompactionReason reason,
VolumeManager manager,
AccumuloConfiguration tabletConfig) |
MajorCompactionRequest(MajorCompactionRequest mcr) |
| Modifier and Type | Method and Description |
|---|---|
MajorCompactionRequest |
clone() |
KeyExtent |
getExtent()
Deprecated.
since 1.7. Use
getTabletId() instead. |
Map<FileRef,DataFileValue> |
getFiles() |
int |
getMaxFilesPerTablet() |
MajorCompactionReason |
getReason() |
String |
getTableConfig(String key) |
Map<String,String> |
getTableProperties() |
TabletId |
getTabletId() |
FileSKVIterator |
openReader(FileRef ref) |
void |
setFiles(Map<FileRef,DataFileValue> update) |
public MajorCompactionRequest(KeyExtent extent, MajorCompactionReason reason, VolumeManager manager, AccumuloConfiguration tabletConfig)
public MajorCompactionRequest(MajorCompactionRequest mcr)
@Deprecated public KeyExtent getExtent()
getTabletId() instead.public TabletId getTabletId()
public MajorCompactionReason getReason()
public Map<FileRef,DataFileValue> getFiles()
public void setFiles(Map<FileRef,DataFileValue> update)
public FileSKVIterator openReader(FileRef ref) throws IOException
IOExceptionpublic int getMaxFilesPerTablet()
public MajorCompactionRequest clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2011–2017 The Apache Software Foundation. All rights reserved.