File tree Expand file tree Collapse file tree
src/main/java/picoded/dstack Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66import java .io .File ;
77import java .io .IOException ;
88import java .nio .file .attribute .BasicFileAttributes ;
9- import java .nio .file .FileVisitOption ;
109import java .nio .file .Files ;
11- import java .nio .file .Path ;
1210import java .util .HashSet ;
13- import java .util .List ;
1411import java .util .Set ;
15- import java .util .stream .Collectors ;
16- import java .util .stream .Stream ;
17-
18- import javax .management .RuntimeErrorException ;
19-
2012/**
2113 * Reference class for Core_FileWorkspaceMap
2214 * Provide Crud operation backed by actual files
Original file line number Diff line number Diff line change 66import picoded .dstack .connector .jsql .JSql ;
77import picoded .dstack .connector .jsql .JSqlResult ;
88
9- import java .io .IOException ;
10- import java .nio .file .Files ;
11- import java .nio .file .Paths ;
12- import java .util .ArrayList ;
139import java .util .HashSet ;
1410import java .util .Set ;
15- import java .util .List ;
16- import java .util .concurrent .ConcurrentHashMap ;
17-
18- import javax .management .RuntimeErrorException ;
19-
20- import org .apache .commons .io .FileUtils ;
2111
2212public class JSql_FileWorkspaceMap extends Core_FileWorkspaceMap {
2313
Original file line number Diff line number Diff line change 4040 * ## Purpose
4141 * Support MongoDB implementation of DataObjectMap data structure.
4242 *
43- * Built ontop of the Core_DataObjectMap_struct implementation.
43+ * Built ontop of the Core_DataObjectMap implementation.
4444 *
4545 * ## Dev Notes
46- * Developers of this class would need to reference the following
46+ * Developers of this class would need to reference the following in MongoDB
4747 *
4848 * - Collection API : https://mongodb.github.io/mongo-java-driver/4.6/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html
4949 * - Filter API: https://mongodb.github.io/mongo-java-driver/3.6/javadoc/com/mongodb/client/model/Filters.html#where-java.lang.String-
@@ -57,7 +57,6 @@ public class MongoDB_DataObjectMap extends Core_DataObjectMap {
5757 //--------------------------------------------------------------------------
5858
5959 /** MongoDB instance representing the backend connection */
60- MongoDBStack hazelcastStack = null ;
6160 MongoCollection <Document > collection = null ;
6261
6362 /**
You can’t perform that action at this time.
0 commit comments