public class CassandraPageSink extends Object implements ConnectorPageSink
NOT_BLOCKED| Constructor and Description |
|---|
CassandraPageSink(CassandraSession cassandraSession,
com.datastax.driver.core.ProtocolVersion protocolVersion,
String schemaName,
String tableName,
List<String> columnNames,
List<Type> columnTypes,
boolean generateUUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
CompletableFuture<?> |
appendPage(Page page) |
CompletableFuture<Collection<io.airlift.slice.Slice>> |
finish() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCompletedBytes, getSystemMemoryUsage, getValidationCpuNanospublic CompletableFuture<?> appendPage(Page page)
appendPage in interface ConnectorPageSinkpublic CompletableFuture<Collection<io.airlift.slice.Slice>> finish()
finish in interface ConnectorPageSinkpublic void abort()
abort in interface ConnectorPageSinkCopyright © 2012–2020. All rights reserved.