diff --git a/java/grpc-google-cloud-bigtable-v2/0.1.29/apidocs/allclasses-frame.html b/java/grpc-google-cloud-bigtable-v2/0.1.29/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..cb4ab714eb --- /dev/null +++ b/java/grpc-google-cloud-bigtable-v2/0.1.29/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class BigtableGrpc.BigtableBlockingStub +extends io.grpc.stub.AbstractStub<BigtableGrpc.BigtableBlockingStub>+
+ Service for reading from and writing to existing Bigtable tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableGrpc.BigtableBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.bigtable.v2.CheckAndMutateRowResponse |
+checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request)
+
+ Mutates a row atomically based on the output of a predicate Reader filter.
+ |
+
com.google.bigtable.v2.MutateRowResponse |
+mutateRow(com.google.bigtable.v2.MutateRowRequest request)
+
+ Mutates a row atomically.
+ |
+
java.util.Iterator<com.google.bigtable.v2.MutateRowsResponse> |
+mutateRows(com.google.bigtable.v2.MutateRowsRequest request)
+
+ Mutates multiple rows in a batch.
+ |
+
com.google.bigtable.v2.ReadModifyWriteRowResponse |
+readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request)
+
+ Modifies a row atomically on the server.
+ |
+
java.util.Iterator<com.google.bigtable.v2.ReadRowsResponse> |
+readRows(com.google.bigtable.v2.ReadRowsRequest request)
+
+ Streams back the contents of all requested rows in key order, optionally
+ applying the same Reader filter to each.
+ |
+
java.util.Iterator<com.google.bigtable.v2.SampleRowKeysResponse> |
+sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request)
+
+ Returns a sample of row keys in the table.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableGrpc.BigtableBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableGrpc.BigtableBlockingStub>public java.util.Iterator<com.google.bigtable.v2.ReadRowsResponse> readRows(com.google.bigtable.v2.ReadRowsRequest request)+
+ Streams back the contents of all requested rows in key order, optionally + applying the same Reader filter to each. Depending on their size, + rows and cells may be broken up across multiple responses, but + atomicity of each row will still be preserved. See the + ReadRowsResponse documentation for details. +
public java.util.Iterator<com.google.bigtable.v2.SampleRowKeysResponse> sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request)+
+ Returns a sample of row keys in the table. The returned row keys will + delimit contiguous sections of the table of approximately equal size, + which can be used to break up the data for distributed tasks like + mapreduces. +
public com.google.bigtable.v2.MutateRowResponse mutateRow(com.google.bigtable.v2.MutateRowRequest request)+
+ Mutates a row atomically. Cells already present in the row are left + unchanged unless explicitly changed by `mutation`. +
public java.util.Iterator<com.google.bigtable.v2.MutateRowsResponse> mutateRows(com.google.bigtable.v2.MutateRowsRequest request)+
+ Mutates multiple rows in a batch. Each individual row is mutated + atomically as in MutateRow, but the entire batch is not executed + atomically. +
public com.google.bigtable.v2.CheckAndMutateRowResponse checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request)+
+ Mutates a row atomically based on the output of a predicate Reader filter. +
public com.google.bigtable.v2.ReadModifyWriteRowResponse readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request)+
+ Modifies a row atomically on the server. The method reads the latest + existing timestamp and value from the specified columns and writes a new + entry based on pre-defined read/modify/write rules. The new value for the + timestamp is the greater of the existing timestamp or the current server + time. The method returns the new contents of all modified cells. +
public static final class BigtableGrpc.BigtableFutureStub +extends io.grpc.stub.AbstractStub<BigtableGrpc.BigtableFutureStub>+
+ Service for reading from and writing to existing Bigtable tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableGrpc.BigtableFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.CheckAndMutateRowResponse> |
+checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request)
+
+ Mutates a row atomically based on the output of a predicate Reader filter.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.MutateRowResponse> |
+mutateRow(com.google.bigtable.v2.MutateRowRequest request)
+
+ Mutates a row atomically.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.ReadModifyWriteRowResponse> |
+readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request)
+
+ Modifies a row atomically on the server.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableGrpc.BigtableFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableGrpc.BigtableFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.MutateRowResponse> mutateRow(com.google.bigtable.v2.MutateRowRequest request)+
+ Mutates a row atomically. Cells already present in the row are left + unchanged unless explicitly changed by `mutation`. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.CheckAndMutateRowResponse> checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request)+
+ Mutates a row atomically based on the output of a predicate Reader filter. +
public com.google.common.util.concurrent.ListenableFuture<com.google.bigtable.v2.ReadModifyWriteRowResponse> readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request)+
+ Modifies a row atomically on the server. The method reads the latest + existing timestamp and value from the specified columns and writes a new + entry based on pre-defined read/modify/write rules. The new value for the + timestamp is the greater of the existing timestamp or the current server + time. The method returns the new contents of all modified cells. +
public abstract static class BigtableGrpc.BigtableImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Service for reading from and writing to existing Bigtable tables. +
| Constructor and Description | +
|---|
BigtableImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.CheckAndMutateRowResponse> responseObserver)
+
+ Mutates a row atomically based on the output of a predicate Reader filter.
+ |
+
void |
+mutateRow(com.google.bigtable.v2.MutateRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowResponse> responseObserver)
+
+ Mutates a row atomically.
+ |
+
void |
+mutateRows(com.google.bigtable.v2.MutateRowsRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowsResponse> responseObserver)
+
+ Mutates multiple rows in a batch.
+ |
+
void |
+readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadModifyWriteRowResponse> responseObserver)
+
+ Modifies a row atomically on the server.
+ |
+
void |
+readRows(com.google.bigtable.v2.ReadRowsRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadRowsResponse> responseObserver)
+
+ Streams back the contents of all requested rows in key order, optionally
+ applying the same Reader filter to each.
+ |
+
void |
+sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.SampleRowKeysResponse> responseObserver)
+
+ Returns a sample of row keys in the table.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void readRows(com.google.bigtable.v2.ReadRowsRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadRowsResponse> responseObserver)+
+ Streams back the contents of all requested rows in key order, optionally + applying the same Reader filter to each. Depending on their size, + rows and cells may be broken up across multiple responses, but + atomicity of each row will still be preserved. See the + ReadRowsResponse documentation for details. +
public void sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.SampleRowKeysResponse> responseObserver)+
+ Returns a sample of row keys in the table. The returned row keys will + delimit contiguous sections of the table of approximately equal size, + which can be used to break up the data for distributed tasks like + mapreduces. +
public void mutateRow(com.google.bigtable.v2.MutateRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowResponse> responseObserver)+
+ Mutates a row atomically. Cells already present in the row are left + unchanged unless explicitly changed by `mutation`. +
public void mutateRows(com.google.bigtable.v2.MutateRowsRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowsResponse> responseObserver)+
+ Mutates multiple rows in a batch. Each individual row is mutated + atomically as in MutateRow, but the entire batch is not executed + atomically. +
public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.CheckAndMutateRowResponse> responseObserver)+
+ Mutates a row atomically based on the output of a predicate Reader filter. +
public void readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadModifyWriteRowResponse> responseObserver)+
+ Modifies a row atomically on the server. The method reads the latest + existing timestamp and value from the specified columns and writes a new + entry based on pre-defined read/modify/write rules. The new value for the + timestamp is the greater of the existing timestamp or the current server + time. The method returns the new contents of all modified cells. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class BigtableGrpc.BigtableStub +extends io.grpc.stub.AbstractStub<BigtableGrpc.BigtableStub>+
+ Service for reading from and writing to existing Bigtable tables. +
| Modifier and Type | +Method and Description | +
|---|---|
protected BigtableGrpc.BigtableStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.CheckAndMutateRowResponse> responseObserver)
+
+ Mutates a row atomically based on the output of a predicate Reader filter.
+ |
+
void |
+mutateRow(com.google.bigtable.v2.MutateRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowResponse> responseObserver)
+
+ Mutates a row atomically.
+ |
+
void |
+mutateRows(com.google.bigtable.v2.MutateRowsRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowsResponse> responseObserver)
+
+ Mutates multiple rows in a batch.
+ |
+
void |
+readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadModifyWriteRowResponse> responseObserver)
+
+ Modifies a row atomically on the server.
+ |
+
void |
+readRows(com.google.bigtable.v2.ReadRowsRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadRowsResponse> responseObserver)
+
+ Streams back the contents of all requested rows in key order, optionally
+ applying the same Reader filter to each.
+ |
+
void |
+sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request,
+ io.grpc.stub.StreamObserver<com.google.bigtable.v2.SampleRowKeysResponse> responseObserver)
+
+ Returns a sample of row keys in the table.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected BigtableGrpc.BigtableStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<BigtableGrpc.BigtableStub>public void readRows(com.google.bigtable.v2.ReadRowsRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadRowsResponse> responseObserver)+
+ Streams back the contents of all requested rows in key order, optionally + applying the same Reader filter to each. Depending on their size, + rows and cells may be broken up across multiple responses, but + atomicity of each row will still be preserved. See the + ReadRowsResponse documentation for details. +
public void sampleRowKeys(com.google.bigtable.v2.SampleRowKeysRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.SampleRowKeysResponse> responseObserver)+
+ Returns a sample of row keys in the table. The returned row keys will + delimit contiguous sections of the table of approximately equal size, + which can be used to break up the data for distributed tasks like + mapreduces. +
public void mutateRow(com.google.bigtable.v2.MutateRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowResponse> responseObserver)+
+ Mutates a row atomically. Cells already present in the row are left + unchanged unless explicitly changed by `mutation`. +
public void mutateRows(com.google.bigtable.v2.MutateRowsRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.MutateRowsResponse> responseObserver)+
+ Mutates multiple rows in a batch. Each individual row is mutated + atomically as in MutateRow, but the entire batch is not executed + atomically. +
public void checkAndMutateRow(com.google.bigtable.v2.CheckAndMutateRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.CheckAndMutateRowResponse> responseObserver)+
+ Mutates a row atomically based on the output of a predicate Reader filter. +
public void readModifyWriteRow(com.google.bigtable.v2.ReadModifyWriteRowRequest request, + io.grpc.stub.StreamObserver<com.google.bigtable.v2.ReadModifyWriteRowResponse> responseObserver)+
+ Modifies a row atomically on the server. The method reads the latest + existing timestamp and value from the specified columns and writes a new + entry based on pre-defined read/modify/write rules. The new value for the + timestamp is the greater of the existing timestamp or the current server + time. The method returns the new contents of all modified cells. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/bigtable/v2/bigtable.proto")
+public final class BigtableGrpc
+extends java.lang.Object
++ Service for reading from and writing to existing Bigtable tables. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+BigtableGrpc.BigtableBlockingStub
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
static class |
+BigtableGrpc.BigtableFutureStub
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
static class |
+BigtableGrpc.BigtableImplBase
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
static class |
+BigtableGrpc.BigtableStub
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.bigtable.v2.CheckAndMutateRowRequest,com.google.bigtable.v2.CheckAndMutateRowResponse> |
+METHOD_CHECK_AND_MUTATE_ROW |
+
static io.grpc.MethodDescriptor<com.google.bigtable.v2.MutateRowRequest,com.google.bigtable.v2.MutateRowResponse> |
+METHOD_MUTATE_ROW |
+
static io.grpc.MethodDescriptor<com.google.bigtable.v2.MutateRowsRequest,com.google.bigtable.v2.MutateRowsResponse> |
+METHOD_MUTATE_ROWS |
+
static io.grpc.MethodDescriptor<com.google.bigtable.v2.ReadModifyWriteRowRequest,com.google.bigtable.v2.ReadModifyWriteRowResponse> |
+METHOD_READ_MODIFY_WRITE_ROW |
+
static io.grpc.MethodDescriptor<com.google.bigtable.v2.ReadRowsRequest,com.google.bigtable.v2.ReadRowsResponse> |
+METHOD_READ_ROWS |
+
static io.grpc.MethodDescriptor<com.google.bigtable.v2.SampleRowKeysRequest,com.google.bigtable.v2.SampleRowKeysResponse> |
+METHOD_SAMPLE_ROW_KEYS |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static BigtableGrpc.BigtableBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static BigtableGrpc.BigtableFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static BigtableGrpc.BigtableStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.ReadRowsRequest,com.google.bigtable.v2.ReadRowsResponse> METHOD_READ_ROWS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.SampleRowKeysRequest,com.google.bigtable.v2.SampleRowKeysResponse> METHOD_SAMPLE_ROW_KEYS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.MutateRowRequest,com.google.bigtable.v2.MutateRowResponse> METHOD_MUTATE_ROW+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.MutateRowsRequest,com.google.bigtable.v2.MutateRowsResponse> METHOD_MUTATE_ROWS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.CheckAndMutateRowRequest,com.google.bigtable.v2.CheckAndMutateRowResponse> METHOD_CHECK_AND_MUTATE_ROW+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.bigtable.v2.ReadModifyWriteRowRequest,com.google.bigtable.v2.ReadModifyWriteRowResponse> METHOD_READ_MODIFY_WRITE_ROW+
public static BigtableGrpc.BigtableStub newStub(io.grpc.Channel channel)+
public static BigtableGrpc.BigtableBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static BigtableGrpc.BigtableFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| BigtableGrpc | +
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| BigtableGrpc.BigtableBlockingStub | +
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| BigtableGrpc.BigtableFutureStub | +
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| BigtableGrpc.BigtableImplBase | +
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| BigtableGrpc.BigtableStub | +
+
+ Service for reading from and writing to existing Bigtable tables.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.bigtable.v2.Bigtable" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+