Uses of Class
dk.netarkivet.common.distribute.indexserver.RequestType

Packages that use RequestType
dk.netarkivet.archive.indexserver.distribute   
dk.netarkivet.common.distribute.indexserver   
 

Uses of RequestType in dk.netarkivet.archive.indexserver.distribute
 

Methods in dk.netarkivet.archive.indexserver.distribute that return RequestType
 RequestType IndexRequestMessage.getRequestType()
          Get the request type.
 

Methods in dk.netarkivet.archive.indexserver.distribute with parameters of type RequestType
static IndexRequestClient IndexRequestClient.getInstance(RequestType type)
          Factory method returning an IndexRequestClient for the given type of index cache.
 void IndexRequestServer.setHandler(RequestType t, FileBasedCache<java.util.Set<java.lang.Long>> handler)
          Set handler for certain type of index request.
 

Constructors in dk.netarkivet.archive.indexserver.distribute with parameters of type RequestType
IndexRequestMessage(RequestType requestType, java.util.Set<java.lang.Long> jobSet)
          Generate an index request message.
IndexRequestMessage(RequestType requestType, java.util.Set<java.lang.Long> jobSet, ChannelID replyTo, boolean returnIndex, java.lang.Long harvestId)
          Generate an IndexRequestMessage that can send its reply to a specific channel.
 

Uses of RequestType in dk.netarkivet.common.distribute.indexserver
 

Methods in dk.netarkivet.common.distribute.indexserver that return RequestType
static RequestType RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in dk.netarkivet.common.distribute.indexserver with parameters of type RequestType
TrivialJobIndexCache(RequestType t)
          Construct a trivial cache that requires manual setup of files.