public class TransientStoreConfig extends Object
XMap
decriptor for representing the Configuration of a TransientStore
Constructor and Description |
---|
TransientStoreConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteMaxSizeMB() |
int |
getFistLevelTTL() |
String |
getName() |
int |
getSecondLevelTTL() |
TransientStore |
getStore() |
int |
getTargetMaxSizeMB() |
void |
setAbsoluteMaxSizeMB(int absoluteMaxSizeMB) |
void |
setFistLevelTTL(int fistLevelTTL) |
void |
setSecondLevelTTL(int secondLevelTTL) |
void |
setTargetMaxSizeMB(int targetMaxSizeMB) |
public String getName()
public int getTargetMaxSizeMB()
public void setTargetMaxSizeMB(int targetMaxSizeMB)
public int getAbsoluteMaxSizeMB()
public void setAbsoluteMaxSizeMB(int absoluteMaxSizeMB)
public int getFistLevelTTL()
public void setFistLevelTTL(int fistLevelTTL)
public int getSecondLevelTTL()
public void setSecondLevelTTL(int secondLevelTTL)
public TransientStore getStore() throws Exception
Exception
Copyright © 2015 Nuxeo SA. All rights reserved.