4.0.0
Retrieves a ResourceGroupOperations object to modify resource group configuration.
4.0.0
Return the server where the compaction is running.
4.0.0
Return the server where the scan is running.
4.0.0
Creates a new CompactableFile object that implements this interface.
4.0.0
4.0.0
For user and selector compactions:
Returns the selected set of files to be compacted.
When getInputFiles() (inputFiles) and getSelectedFiles() (selectedFiles) are equal, then
this is the final compaction.
When they are not equal, this is an intermediate compaction.
Intermediate compactions are compactions whose resultant RFile will be consumed by
another compaction.
inputFiles and selectedFiles can be compared using:
selectedFiles.equals(inputFiles instanceof Set ?
4.0.0
List the active compaction running on a collection of TabletServers or Compactors.
4.0.0
List the active scans on a collection of servers.
4.0.0
Return the current manager time.
4.0.0
Resolve the server of the given type and address to a ServerId
4.0.0
Returns all servers of the given types.
4.0.0
Returns the servers of a given type that match the given criteria
4.0.0
Retrieve a map of the system properties set in Zookeeper.
4.0.0
Check to see if a server process at the host and port is up and responding to RPC requests.
4.0.0
4.0.0
Return Collection of split values and associated TabletMergeability.
4.0.0
Sets the initial tablet availability for all tablets.
4.0.0
Finds the max row within a given row range.
4.0.0
Returns the namespace for the given table name
4.0.0
4.0.0
Sets the tablet availability for a range of Tablets in the specified table, but does not wait
for the tablets to reach this availability state.
4.0.0
4.0.0
Creates a configuration object from a map of properties, this is useful for testing.
4.0.0
Specify FencedPath files to read from.
4.0.0
4.0.0
Reset the backing array for this byte sequence object.
4.0.0
This method sets the expected value of a column.
4.0.0
4.0.0
4.0.0
4.0.0
4.0.0
Set the column family of the
Key that this builder will build to the parameter.
4.0.0
Set the column qualifier of the
Key that this builder will build to the parameter.
4.0.0
Set the column qualifier of the
Key that this builder will build to the parameter.
4.0.0
Set the row of the
Key that this builder will build to the parameter.
4.0.0
Sets the column family, column qualifier, and column visibility of a mutation.
4.0.0
Retrieve tablet information for the provided list of row ranges.
4.0.0
4.0.0
4.0.0
The manager periodically scans all tablets looking for tablets that are assigned to dead tablet
servers or unassigned.
4.0.0
4.0.0
Creates a configuration object from a map of properties, this is useful for testing.
4.0.0
4.0.0
Returns the onDemand tablets that are currently online and the time that they were last
accessed.
4.0.0
4.0.0
4.0.0
Called by the implementation to inform the TabletServer as to which onDemand tablets should
be unloaded.
4.0.0
This function helps a scan server selector wait for an optional to become non-empty (like
waiting for scan servers to be present) and throws exceptions when waiting is no longer
possible OR returning false if the max wait time was exceeded.