com.senseidb.search.req
Interface AbstractSenseiRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
SenseiRequest

public interface AbstractSenseiRequest
extends Serializable


Method Summary
 Set<Integer> getPartitions()
           
 String getRouteParam()
           
 void restoreState()
           
 void saveState()
           
 void setPartitions(Set<Integer> partitions)
           
 

Method Detail

setPartitions

void setPartitions(Set<Integer> partitions)

getPartitions

Set<Integer> getPartitions()

getRouteParam

String getRouteParam()

saveState

void saveState()

restoreState

void restoreState()


Copyright © 2010-2012. All Rights Reserved.