com.espertech.esper.core.context.mgr
Interface ContextPartitionIdManager

All Known Implementing Classes:
ContextPartitionIdManagerImpl

public interface ContextPartitionIdManager


Method Summary
 void addExisting(int contextPartitionId)
           
 int allocateId()
           
 void clear()
           
 java.util.Collection<java.lang.Integer> getIds()
           
 void removeId(int contextPartitionId)
           
 

Method Detail

clear

void clear()

addExisting

void addExisting(int contextPartitionId)

allocateId

int allocateId()

removeId

void removeId(int contextPartitionId)

getIds

java.util.Collection<java.lang.Integer> getIds()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com