public class ListStateDescriptor<T> extends AbstractStateDescriptor<ListState<T>,T>
AbstractStateDescriptor.StateType| Modifier and Type | Method and Description |
|---|---|
static <T> ListStateDescriptor<T> |
build(String name,
Class<T> type) |
static <T> ListStateDescriptor<T> |
build(String name,
Class<T> type,
boolean isOperatorList) |
String |
getIdentify() |
int |
getIndex() |
int |
getPartitionNumber() |
AbstractStateDescriptor.StateType |
getStateType() |
boolean |
isOperatorList() |
void |
setIndex(int index) |
void |
setPartitionNumber(int number) |
getName, getTableName, getType, setTableName, setType, toStringpublic static <T> ListStateDescriptor<T> build(String name, Class<T> type)
public static <T> ListStateDescriptor<T> build(String name, Class<T> type, boolean isOperatorList)
public boolean isOperatorList()
public int getIndex()
public void setIndex(int index)
public int getPartitionNumber()
public void setPartitionNumber(int number)
public AbstractStateDescriptor.StateType getStateType()
getStateType in class AbstractStateDescriptor<ListState<T>,T>public String getIdentify()
getIdentify in class AbstractStateDescriptor<ListState<T>,T>Copyright © 2020. All rights reserved.