com.instaclustr.sstable.generator.RowMapper1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sstable-generator-impl Show documentation
Show all versions of sstable-generator-impl Show documentation
Example of implementation module with generation code
package com.instaclustr.sstable.generator;
import static java.lang.String.format;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import java.util.function.Supplier;
import java.util.stream.Stream;
public class RowMapper1 implements RowMapper {
public static final String KEYSPACE = "test";
public static final String TABLE = "test";
@Override
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy