Tabnine Logo
BigtableTableAdminClient.getSnapshotAsync
Code IndexAdd Tabnine to your IDE (free)

How to use
getSnapshotAsync
method
in
com.google.cloud.bigtable.grpc.BigtableTableAdminClient

Best Java code snippets using com.google.cloud.bigtable.grpc.BigtableTableAdminClient.getSnapshotAsync (Showing top 2 results out of 315)

origin: com.google.cloud.bigtable/bigtable-hbase-2.x

/**
 * Gets metadata information about the specified snapshot.
 * @param request a {@link GetSnapshotRequest} object.
 * @return The {@link Snapshot} definied by the request.
 */
public CompletableFuture<Snapshot> getSnapshotAsync(GetSnapshotRequest request) {
 return toCompletableFuture(adminClient.getSnapshotAsync(request));
}
origin: GoogleCloudPlatform/cloud-bigtable-client

/**
 * Gets metadata information about the specified snapshot.
 * @param request a {@link GetSnapshotRequest} object.
 * @return The {@link Snapshot} definied by the request.
 */
public CompletableFuture<Snapshot> getSnapshotAsync(GetSnapshotRequest request) {
 return toCompletableFuture(adminClient.getSnapshotAsync(request));
}
com.google.cloud.bigtable.grpcBigtableTableAdminClientgetSnapshotAsync

Javadoc

Gets metadata information about the specified snapshot.

Popular methods of BigtableTableAdminClient

  • getTable
  • createTable
  • createTableAsync
  • deleteTable
  • createTableFromSnapshotAsync
  • deleteSnapshotAsync
  • deleteTableAsync
  • dropRowRange
  • dropRowRangeAsync
  • getTableAsync
  • listSnapshotsAsync
  • listTables
  • listSnapshotsAsync,
  • listTables,
  • listTablesAsync,
  • modifyColumnFamily,
  • modifyColumnFamilyAsync,
  • snapshotTableAsync

Popular in Java

  • Running tasks concurrently on multiple threads
  • getContentResolver (Context)
  • compareTo (BigDecimal)
  • startActivity (Activity)
  • Kernel (java.awt.image)
  • String (java.lang)
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Join (org.hibernate.mapping)
  • Best IntelliJ plugins
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