public class TableSpaceProcessorImpl extends Object implements TableSpaceProcessor
BEAN_NAME
Constructor and Description |
---|
TableSpaceProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addTableSpace(TableSpace tableSpace) |
void |
addTableSpaces(TableSpaces tableSpaces) |
ProcessorManager |
getProcessorManager() |
TableSpace |
getTableSpace(String tableSpaceId) |
static TableSpaceProcessor |
getTableSpaceProcessor() |
void |
removeTableSpace(TableSpace tableSpace) |
void |
removeTableSpaces(TableSpaces tableSpaces) |
void |
setProcessorManager(ProcessorManager processorManager) |
public static TableSpaceProcessor getTableSpaceProcessor()
public ProcessorManager getProcessorManager()
public void setProcessorManager(ProcessorManager processorManager)
public void addTableSpaces(TableSpaces tableSpaces)
addTableSpaces
in interface TableSpaceProcessor
public void addTableSpace(TableSpace tableSpace)
addTableSpace
in interface TableSpaceProcessor
public TableSpace getTableSpace(String tableSpaceId)
getTableSpace
in interface TableSpaceProcessor
public void removeTableSpaces(TableSpaces tableSpaces)
removeTableSpaces
in interface TableSpaceProcessor
public void removeTableSpace(TableSpace tableSpace)
Copyright © 2006–2018 TinyGroup. All rights reserved.