moved from MyFile class to RequestOBject class

This commit is contained in:
Roberto Cirillo 2021-11-19 09:44:54 +01:00
parent 82d2d0c58b
commit 6143bb0570
1 changed files with 0 additions and 3 deletions

View File

@ -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();