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 voidTabletLogger. recovered(KeyExtent extent, List<LogEntry> logEntries, long numMutation, long numEntries)static voidTabletLogger. 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.TabletMutatorAmple.TabletMutator. deleteWal(LogEntry logEntry)Ample.TabletMutatorAmple.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 LogEntryLogEntry. fromBytes(byte[] bytes)static LogEntryLogEntry. fromKeyValue(Key key, String value)static LogEntryLogEntry. fromKeyValue(Key key, Value value)Constructors in org.apache.accumulo.core.tabletserver.log with parameters of type LogEntry Constructor Description LogEntry(LogEntry le)
-