Package org.apache.accumulo.server.util
Class ReplicationTableUtil
java.lang.Object
org.apache.accumulo.server.util.ReplicationTableUtil
provides a reference to the replication table for updates by tablet servers
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
configureMetadataTable
(AccumuloClient client, String tableName) static void
updateFiles
(ClientContext context, KeyExtent extent, String file, Replication.Status stat) Write replication ingest entries for each provided file with the givenReplication.Status
.
-
Field Details
-
COMBINER_NAME
- See Also:
-
STATUS_FORMATTER_CLASS_NAME
-
-
Method Details
-
configureMetadataTable
-
updateFiles
public static void updateFiles(ClientContext context, KeyExtent extent, String file, Replication.Status stat) Write replication ingest entries for each provided file with the givenReplication.Status
.
-