public class IOPrepareCache extends Object
Constructor and Description |
---|
IOPrepareCache() |
Modifier and Type | Method and Description |
---|---|
Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> |
allocatePartitionDescMap() |
void |
clear() |
static IOPrepareCache |
get() |
Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> |
getPartitionDescMap() |
void |
setPartitionDescMap(Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> partitionDescMap) |
public static IOPrepareCache get()
public void clear()
public Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> allocatePartitionDescMap()
public Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> getPartitionDescMap()
public void setPartitionDescMap(Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> partitionDescMap)
Copyright © 2017 The Apache Software Foundation. All rights reserved.