Uses of Enum Class
org.apache.hadoop.yarn.nodelabels.store.FSStoreOpHandler.StoreType
Packages that use FSStoreOpHandler.StoreType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of FSStoreOpHandler.StoreType in org.apache.hadoop.yarn.nodelabels.store
Methods in org.apache.hadoop.yarn.nodelabels.store that return FSStoreOpHandler.StoreTypeModifier and TypeMethodDescriptionprotected FSStoreOpHandler.StoreTypeAbstractFSNodeStore.getStoreType()static FSStoreOpHandler.StoreTypeReturns the enum constant of this class with the specified name.static FSStoreOpHandler.StoreType[]FSStoreOpHandler.StoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.nodelabels.store with parameters of type FSStoreOpHandler.StoreTypeModifier and TypeMethodDescriptionstatic FSNodeStoreLogOpFSStoreOpHandler.get(int opCode, FSStoreOpHandler.StoreType storeType) Will return StoreOp instance based on opCode and StoreType.static FSNodeStoreLogOpFSStoreOpHandler.getMirrorOp(FSStoreOpHandler.StoreType storeType) Get mirror operation of store Type.Constructors in org.apache.hadoop.yarn.nodelabels.store with parameters of type FSStoreOpHandler.StoreType