@FunctionalInterface public interface ClusterFactory
ClusterFactory
provides control over the creation of a Cluster
from an
Cluster.Initializer
.Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.Cluster |
create(com.datastax.driver.core.Cluster.Initializer initializer)
Creates a
Cluster from the given Cluster.Initializer . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.