Uses of Class
org.apache.accumulo.core.tabletserver.log.LogEntry
-
Packages that use LogEntry Package Description org.apache.accumulo.core.metadata.schema org.apache.accumulo.core.tabletserver.log -
-
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() -
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)
-