210211212213214215216217218219220
if ( ! sConn.haveUsedInTransaction() && get() != null ) { // Non-transactional behaviour. DatasetGraphTDB dsg = get() ; dsg.sync() ; dsg.close() ; StoreConnection.release(dsg.getLocation()) ; isClosed = true ; return ; }
208209210211212213214215216217218
206207208209210211212213214215216
201202203204205206207208209210211
if ( ! sConn.haveUsedInTransaction() && get() != null ) { // Non-transactional behaviour. DatasetGraphTDB dsg = get() ; dsg.sync() ; dsg.close() ; isClosed = true ; return ; }
180181182183184185186187188189
{ if ( ! sConn.haveUsedInTransaction() && get() != null ) { // Non-transactional behaviour. DatasetGraphTDB dsg = get() ; dsg.sync() ; dsg.close() ; } } }
207208209210211212213214215216217
161162163164165166167168169170
7980818283848586878889
Configuration configuration = getConf(); Location location = new Location(args[2]); DatasetGraphTDB dsgDisk = SetupTDB.buildDataset(location) ; dsgDisk.sync(); dsgDisk.close(); FileSystem fs = FileSystem.get(configuration); // Node table