Uses of Class
org.apache.accumulo.core.tabletserver.log.LogEntry
-
Packages that use LogEntry Package Description org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.core.metadata.schema org.apache.accumulo.core.tabletserver.log -
-
Uses of LogEntry in org.apache.accumulo.core.logging
Method parameters in org.apache.accumulo.core.logging with type arguments of type LogEntry Modifier and Type Method Description static void
TabletLogger. recovered(KeyExtent extent, List<LogEntry> logEntries, long numMutation, long numEntries)
static void
TabletLogger. recovering(KeyExtent extent, List<LogEntry> logEntries)
-
Uses of LogEntry in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return types with arguments of type LogEntry Modifier and Type Method Description Collection<LogEntry>
TabletMetadata. getLogs()
Methods in org.apache.accumulo.core.metadata.schema with parameters of type LogEntry Modifier and Type Method Description Ample.TabletMutator
Ample.TabletMutator. deleteWal(LogEntry logEntry)
Ample.TabletMutator
Ample.TabletMutator. putWal(LogEntry logEntry)
-
Uses of LogEntry in org.apache.accumulo.core.tabletserver.log
Methods in org.apache.accumulo.core.tabletserver.log that return LogEntry Modifier and Type Method Description static LogEntry
LogEntry. fromBytes(byte[] bytes)
static LogEntry
LogEntry. fromKeyValue(Key key, String value)
static LogEntry
LogEntry. fromKeyValue(Key key, Value value)
Constructors in org.apache.accumulo.core.tabletserver.log with parameters of type LogEntry Constructor Description LogEntry(LogEntry le)
-