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