Class ReadOperation
java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.ReadOperation
- All Implemented Interfaces:
Serializable
Encapsulates a spanner read operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReadOperation
create()
getIndex()
getQuery()
getTable()
withColumns
(String... columns) withColumns
(List<String> columns) withKeySet
(KeySet keySet) withPartitionOptions
(PartitionOptions partitionOptions) withQueryName
(String queryName)
-
Constructor Details
-
ReadOperation
public ReadOperation()
-
-
Method Details
-
create
-
getQuery
-
getQueryName
-
getTable
-
getIndex
-
getColumns
-
getKeySet
-
withTable
-
withColumns
-
withColumns
-
withQuery
-
withQuery
-
withQueryName
-
withKeySet
-
withIndex
-
withPartitionOptions
-