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

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

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.
 

Uses of RequestType in dk.netarkivet.harvester.indexserver
 

Methods in dk.netarkivet.harvester.indexserver with parameters of type RequestType
 void IndexRequestServerInterface.setHandler(RequestType type, FileBasedCache<java.util.Set<java.lang.Long>> cache)
          Define a FileBasedCache class to handle the given type of requests.
 

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

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

Methods in dk.netarkivet.harvester.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 TestIndexRequestServer.setHandler(RequestType t, FileBasedCache<java.util.Set<java.lang.Long>> handler)
          Set handler for certain type of index request.
 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.harvester.indexserver.distribute with parameters of type RequestType
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.
IndexRequestMessage(RequestType requestType, java.util.Set<java.lang.Long> jobSet, RemoteFileSettings ftpconnectionInfo)
          Generate an index request message.