Uses of Class
org.apache.hadoop.hdfs.server.protocol.RemoteEditLog
Packages that use RemoteEditLog
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of RemoteEditLog in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return RemoteEditLogModifier and TypeMethodDescriptionstatic RemoteEditLogPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProto l) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type RemoteEditLogModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogProtoPBHelper.convert(RemoteEditLog log) -
Uses of RemoteEditLog in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type RemoteEditLogModifier and TypeMethodDescriptionFileJournalManager.getRemoteEditLogs(long firstTxId, boolean inProgressOk) Find all editlog segments starting at or above the given txid. -
Uses of RemoteEditLog in org.apache.hadoop.hdfs.server.protocol
Fields in org.apache.hadoop.hdfs.server.protocol with type parameters of type RemoteEditLogModifier and TypeFieldDescriptionstatic final Function<RemoteEditLog,Long> RemoteEditLog.GET_START_TXIDJavaFunctionwhich appliesgetStartTxId()Methods in org.apache.hadoop.hdfs.server.protocol that return types with arguments of type RemoteEditLogMethods in org.apache.hadoop.hdfs.server.protocol with parameters of type RemoteEditLogConstructor parameters in org.apache.hadoop.hdfs.server.protocol with type arguments of type RemoteEditLogModifierConstructorDescriptionRemoteEditLogManifest(List<RemoteEditLog> logs, long committedTxnId)