@FunctionalInterface public interface TupleTypeFactory
TupleType given tuple element types. Primarily internal use.SimpleTupleTypeFactory,
CodecRegistryTupleTypeFactory| Modifier and Type | Method and Description |
|---|---|
default com.datastax.driver.core.TupleType |
create(com.datastax.driver.core.DataType... types)
Create a
TupleType representing the given tuple element types. |
com.datastax.driver.core.TupleType |
create(List<com.datastax.driver.core.DataType> types)
Create a
TupleType representing the given tuple element types. |
default com.datastax.driver.core.TupleType create(com.datastax.driver.core.DataType... types)
TupleType representing the given tuple element types.types - must not be null and not contain null elements.TupleType representing the given tuple element types.com.datastax.driver.core.TupleType create(List<com.datastax.driver.core.DataType> types)
TupleType representing the given tuple element types.types - must not be null.TupleType representing the given tuple element types.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.