Tabnine Logo
TableOptionsMetadata.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.datastax.driver.core.TableOptionsMetadata
constructor

Best Java code snippets using com.datastax.driver.core.TableOptionsMetadata.<init> (Showing top 8 results out of 315)

origin: com.datastax.cassandra/cassandra-driver-core

 options = new TableOptionsMetadata(row, false, cassandraVersion);
} catch (RuntimeException e) {
origin: com.datastax.cassandra/cassandra-driver-core

 options = new TableOptionsMetadata(row, isCompact, cassandraVersion);
} catch (RuntimeException e) {
origin: com.yugabyte/cassandra-driver-core

  options = new TableOptionsMetadata(row, false, cassandraVersion);
} catch (RuntimeException e) {
origin: com.facebook.presto.cassandra/cassandra-driver

  options = new TableOptionsMetadata(row, false, cassandraVersion);
} catch (RuntimeException e) {
origin: io.prestosql.cassandra/cassandra-driver

  options = new TableOptionsMetadata(row, false, cassandraVersion);
} catch (RuntimeException e) {
origin: com.yugabyte/cassandra-driver-core

  options = new TableOptionsMetadata(row, isCompact, cassandraVersion);
} catch (RuntimeException e) {
origin: io.prestosql.cassandra/cassandra-driver

  options = new TableOptionsMetadata(row, isCompact, cassandraVersion);
} catch (RuntimeException e) {
origin: com.facebook.presto.cassandra/cassandra-driver

  options = new TableOptionsMetadata(row, isCompact, cassandraVersion);
} catch (RuntimeException e) {
com.datastax.driver.coreTableOptionsMetadata<init>

Popular methods of TableOptionsMetadata

  • getCompaction
    Returns the compaction options for this table.
  • getComment
    Returns the commentary set for this table.
  • getDefaultTimeToLive
    Returns the default TTL for this table. Note: this option is not available in Cassandra 1.2 and will
  • getCompression
    Returns the compression options for this table.
  • getBloomFilterFalsePositiveChance
    Returns the false positive chance for the Bloom filter of this table.
  • getCaching
    Returns the caching options for this table.
  • getCrcCheckChance
    When compression is enabled, this option defines the probability with which checksums for compressed
  • getGcGraceInSeconds
    Returns the tombstone garbage collection grace time in seconds for this table.
  • getIndexInterval
    Returns the index interval option for this table. Note: this option is not available in Cassandra 1.
  • getLocalReadRepairChance
    Returns the cluster local read repair chance set for this table.
  • getMaxIndexInterval
    Returns the maximum index interval option for this table. Note: this option is available in Cassandr
  • getMinIndexInterval
    Returns the minimum index interval option for this table. Note: this option is available in Cassandr
  • getMaxIndexInterval,
  • getMinIndexInterval,
  • getReadRepairChance,
  • getReplicateOnWrite,
  • getSpeculativeRetry,
  • isCompactStorage,
  • isCDC,
  • isNullOrAbsent,
  • getMemtableFlushPeriodInMs

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now