@InterfaceAudience.Private public class PackagePrivateFieldAccessor extends Object
This is because we share some data structures between client and server and the data structures
are marked as InterfaceAudience.Public
, but we do not want to expose some of the fields
to end user.
TODO: A better solution is to separate the data structures used in client and server.
Constructor and Description |
---|
PackagePrivateFieldAccessor() |
Modifier and Type | Method and Description |
---|---|
static long |
getMvccReadPoint(Scan scan) |
static void |
setMvccReadPoint(Scan scan,
long mvccReadPoint) |
Copyright © 2007–2019 Cloudera. All rights reserved.