@InternalApi public abstract static class RowSetUtil.Split extends Object
This class is considered an internal implementation detail and not meant to be used by applications.
Constructor and Description |
---|
Split() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.bigtable.v2.RowSet |
getLeft() |
abstract com.google.bigtable.v2.RowSet |
getRight() |
static RowSetUtil.Split |
of(com.google.bigtable.v2.RowSet left,
com.google.bigtable.v2.RowSet right) |
@Nullable public abstract com.google.bigtable.v2.RowSet getLeft()
@Nullable public abstract com.google.bigtable.v2.RowSet getRight()
public static RowSetUtil.Split of(com.google.bigtable.v2.RowSet left, com.google.bigtable.v2.RowSet right)
Copyright © 2019 Google LLC. All rights reserved.