|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexRequestServerInterface
An interface for all IndexRequestServer implementations.
Method Summary | |
---|---|
void |
close()
The operation to the close the IndexRequestServer. |
void |
setHandler(RequestType type,
FileBasedCache<java.util.Set<java.lang.Long>> cache)
Define a FileBasedCache class to handle the given type of requests. |
void |
start()
The operation to the start the IndexRequestServer. |
Method Detail |
---|
void setHandler(RequestType type, FileBasedCache<java.util.Set<java.lang.Long>> cache)
type
- a given request typecache
- the FileBasedCache class to handle this request typevoid start()
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |