@InterfaceAudience.Private public abstract class MobFileCompactionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MobFileCompactionRequest.CompactionType |
| Modifier and Type | Field and Description |
|---|---|
protected long |
selectionTime |
protected MobFileCompactionRequest.CompactionType |
type |
| Constructor and Description |
|---|
MobFileCompactionRequest() |
| Modifier and Type | Method and Description |
|---|---|
MobFileCompactionRequest.CompactionType |
getCompactionType()
Gets the compaction type.
|
long |
getSelectionTime()
Gets the selection time.
|
void |
setCompactionType(MobFileCompactionRequest.CompactionType type) |
protected long selectionTime
protected MobFileCompactionRequest.CompactionType type
public void setCompactionType(MobFileCompactionRequest.CompactionType type)
public long getSelectionTime()
public MobFileCompactionRequest.CompactionType getCompactionType()
Copyright © 2007–2016 Cloudera. All rights reserved.