Package org.voltdb.export

Examples of org.voltdb.export.AdvertisedDataSource


            col_types.add(COLUMN_TYPES[i]);
        }
        String partCol = replicated ? null : "smallint";
        //clear the table
        vtable.clearRowData();
        AdvertisedDataSource source = new AdvertisedDataSource(partition, "foo", tableName,
                partCol, 0, 32, col_names, col_types, Arrays.asList(COLUMN_LENGTHS),
                AdvertisedDataSource.ExportFormat.FOURDOTFOUR);
        return source;
    }
View Full Code Here

TOP

Related Classes of org.voltdb.export.AdvertisedDataSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.