public class BufferStage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferStage.State |
| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_BUCKET_SIZE |
static long |
FILE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
boolean |
isTerminate() |
void |
setId(String _id) |
void |
setState(BufferStage.State state) |
void |
setTerminate(boolean terminate) |
BufferStage.State |
state() |
public static final int FILE_BUCKET_SIZE
public static final long FILE_SIZE
public boolean isTerminate()
public void setTerminate(boolean terminate)
public String getId()
public void setId(String _id)
public BufferStage.State state()
public void setState(BufferStage.State state)
Copyright © 2022. All rights reserved.