File tree Expand file tree Collapse file tree
driver-examples/src/main/java/com/datastax/driver/examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 * - a Cassandra cluster is running and accessible through the contacts points identified by CONTACT_POINTS and PORT.
2828 * <p/>
2929 * Side effects:
30- * - creates a new keyspace "simplex" in the cluster. It a keyspace with this name already exists, it will be reused;
30+ * - creates a new keyspace "simplex" in the cluster. If a keyspace with this name already exists, it will be reused;
3131 * - creates two tables "simplex.songs" and "simplex.playlists". If they exist already, they will be reused;
3232 * - inserts a row in each table.
3333 *
Original file line number Diff line number Diff line change 3737 * - FILE references an existing file.
3838 * <p/>
3939 * Side effects:
40- * - creates a new keyspace "examples" in the cluster. It a keyspace with this name already exists, it will be reused;
40+ * - creates a new keyspace "examples" in the cluster. If a keyspace with this name already exists, it will be reused;
4141 * - creates a table "examples.blobs". If it already exists, it will be reused;
4242 * - inserts data in the table.
4343 */
Original file line number Diff line number Diff line change 2828 * PORT;
2929 * <p/>
3030 * Side effects:
31- * - creates a new keyspace "examples" in the cluster. It a keyspace with this name already exists, it will be reused;
31+ * - creates a new keyspace "examples" in the cluster. If a keyspace with this name already exists, it will be reused;
3232 * - creates a table "examples.querybuilder_json". If it already exists, it will be reused;
3333 * - inserts data in the table.
3434 *
You can’t perform that action at this time.
0 commit comments