moved from MyFile class to RequestOBject class
This commit is contained in:
parent
82d2d0c58b
commit
6143bb0570
|
@ -182,9 +182,6 @@ public abstract class Operation {
|
|||
logger.debug("get(String) - start");
|
||||
}
|
||||
String unlocKey=null;
|
||||
// TransportManagerFactory tmf=null;
|
||||
// tmf=new TransportManagerFactory(server, user, password);
|
||||
// TransportManager tm=tmf.getTransport(backendType, myFile.getGcubeMemoryType(), dbNames, myFile.getWriteConcern(), myFile.getReadPreference());
|
||||
TransportManager tm=getTransport(myFile);
|
||||
long start=System.currentTimeMillis();
|
||||
String path=myFile.getLocalPath();
|
||||
|
|
Loading…
Reference in New Issue