Uses of Class
org.apache.accumulo.tserver.logger.LogFileValue
-
Packages that use LogFileValue Package Description org.apache.accumulo.tserver.log org.apache.accumulo.tserver.logger org.apache.accumulo.tserver.replication -
-
Uses of LogFileValue in org.apache.accumulo.tserver.log
Methods in org.apache.accumulo.tserver.log that return types with arguments of type LogFileValue Modifier and Type Method Description Map.Entry<LogFileKey,LogFileValue>
RecoveryLogReader. next()
Map.Entry<LogFileKey,LogFileValue>
RecoveryLogsIterator. next()
-
Uses of LogFileValue in org.apache.accumulo.tserver.logger
Methods in org.apache.accumulo.tserver.logger with parameters of type LogFileValue Modifier and Type Method Description static String
LogFileValue. format(LogFileValue lfv, int maxMutations)
static void
LogReader. printLogEvent(LogFileKey key, LogFileValue value, org.apache.hadoop.io.Text row, Matcher rowMatcher, KeyExtent ke, Set<Integer> tabletIds, int maxMutations)
-
Uses of LogFileValue in org.apache.accumulo.tserver.replication
Methods in org.apache.accumulo.tserver.replication with parameters of type LogFileValue Modifier and Type Method Description protected long
AccumuloReplicaSystem. writeValueAvoidingReplicationCycles(DataOutputStream out, LogFileValue value, ReplicationTarget target)
Wrapper aroundwrite(java.io.DataOutput)
which does not serializeMutation
s that do not need to be replicate to the givenReplicationTarget
-