Uses of Class
org.apache.hadoop.hbase.master.janitor.MetaFixer.Either
Packages that use MetaFixer.Either
-
Uses of MetaFixer.Either in org.apache.hadoop.hbase.master.janitor
Methods in org.apache.hadoop.hbase.master.janitor that return MetaFixer.EitherModifier and TypeMethodDescriptionstatic <L,R> MetaFixer.Either<L, R> MetaFixer.Either.ofLeft(L left) static <L,R> MetaFixer.Either<L, R> MetaFixer.Either.ofRight(R right)