com.espertech.esper.core.service
Class EPContextPartitionImportResult
java.lang.Object
com.espertech.esper.core.service.EPContextPartitionImportResult
- All Implemented Interfaces:
- java.io.Serializable
public class EPContextPartitionImportResult
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
EPContextPartitionImportResult(java.util.Map<java.lang.Integer,java.lang.Integer> existingToImported,
java.util.Map<java.lang.Integer,java.lang.Integer> allocatedToImported)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPContextPartitionImportResult
public EPContextPartitionImportResult(java.util.Map<java.lang.Integer,java.lang.Integer> existingToImported,
java.util.Map<java.lang.Integer,java.lang.Integer> allocatedToImported)
getAllocatedToImported
public java.util.Map<java.lang.Integer,java.lang.Integer> getAllocatedToImported()
getExistingToImported
public java.util.Map<java.lang.Integer,java.lang.Integer> getExistingToImported()