gov.bnl.star.offline.scheduler.catalog
Class QueryResult

java.lang.Object
  extended by gov.bnl.star.offline.scheduler.catalog.QueryResult

Deprecated. please see gov.bnl.star.offline.scheduler.dataset.* for replacements.

public class QueryResult
extends java.lang.Object

Version:
$Revision: 1.8 $ $Date: 2006/11/21 00:41:31 $
Author:
Gabriele Carcassi & Pavel Jakl

Constructor Summary
QueryResult()
          Deprecated.  
 
Method Summary
 boolean add(java.lang.Object logicalName, PhysicalFile file)
          Deprecated.  
 java.util.List getCopies(java.lang.Object logicalName)
          Deprecated.  
 java.util.List getListLogicalNames()
          Deprecated. Get all logical names as java.util.List
 int getLogicalCount()
          Deprecated.  
 java.util.Set getLogicalNames()
          Deprecated.  
 int getPhysicalCount()
          Deprecated.  
 java.util.List getPhysicalOnHPSS()
          Deprecated. Get all physical files in HPSS
 java.util.List getPhysicalOnLocation(Location location)
          Deprecated.  
 java.util.List getPhysicalOnNFS()
          Deprecated.  
 java.util.List getPhysicalOnNode(java.lang.String node)
          Deprecated.  
 java.util.List getRandomPhysicalLocal()
          Deprecated. Get all physical local copies, choosen randomly
 java.util.List getRandomPhysicalOnNFSOrLocal()
          Deprecated. Get all physical NFS copies, choosen randomly
 java.lang.String getReport()
          Deprecated.  
 java.util.List getSinglePhysicalNoNFSorHPSS()
          Deprecated.  
 void printLocalIdsWithCopies(java.util.Collection list)
          Deprecated. Test method to print a collection of LFN
 boolean remove(java.lang.Object logicalName)
          Deprecated.  
 boolean removeAllLogicalOfPhysical(java.util.Collection coll)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryResult

public QueryResult()
Deprecated. 
Method Detail

getReport

public java.lang.String getReport()
Deprecated. 

add

public boolean add(java.lang.Object logicalName,
                   PhysicalFile file)
Deprecated. 

remove

public boolean remove(java.lang.Object logicalName)
Deprecated. 

getCopies

public java.util.List getCopies(java.lang.Object logicalName)
Deprecated. 

getLogicalNames

public java.util.Set getLogicalNames()
Deprecated. 

getLogicalCount

public int getLogicalCount()
Deprecated. 

getPhysicalCount

public int getPhysicalCount()
Deprecated. 

removeAllLogicalOfPhysical

public boolean removeAllLogicalOfPhysical(java.util.Collection coll)
Deprecated. 

getListLogicalNames

public java.util.List getListLogicalNames()
Deprecated. 
Get all logical names as java.util.List

Returns:
List of all Loogical names

getSinglePhysicalNoNFSorHPSS

public java.util.List getSinglePhysicalNoNFSorHPSS()
Deprecated. 

getPhysicalOnLocation

public java.util.List getPhysicalOnLocation(Location location)
Deprecated. 

getPhysicalOnNode

public java.util.List getPhysicalOnNode(java.lang.String node)
Deprecated. 

getPhysicalOnHPSS

public java.util.List getPhysicalOnHPSS()
Deprecated. 
Get all physical files in HPSS

Returns:
list of PhysicalFiles

getPhysicalOnNFS

public java.util.List getPhysicalOnNFS()
Deprecated. 

getRandomPhysicalOnNFSOrLocal

public java.util.List getRandomPhysicalOnNFSOrLocal()
Deprecated. 
Get all physical NFS copies, choosen randomly

Returns:
List of all physicall NFS copies written by: Pavel Jakl

getRandomPhysicalLocal

public java.util.List getRandomPhysicalLocal()
Deprecated. 
Get all physical local copies, choosen randomly

Returns:
List of all physicall local copies written by: Pavel Jakl

printLocalIdsWithCopies

public void printLocalIdsWithCopies(java.util.Collection list)
Deprecated. 
Test method to print a collection of LFN

Parameters:
list - list to print


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.