| Package | Description |
|---|---|
| org.apache.hadoop.yarn.nodelabels.store |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected FSStoreOpHandler.StoreType |
AbstractFSNodeStore.getStoreType() |
|
static FSStoreOpHandler.StoreType |
FSStoreOpHandler.StoreType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FSStoreOpHandler.StoreType[] |
FSStoreOpHandler.StoreType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static FSNodeStoreLogOp |
FSStoreOpHandler.get(int opCode,
FSStoreOpHandler.StoreType storeType) |
Will return StoreOp instance based on opCode and StoreType.
|
static FSNodeStoreLogOp |
FSStoreOpHandler.getMirrorOp(FSStoreOpHandler.StoreType storeType) |
Get mirror operation of store Type.
|
| Constructor | Description |
|---|---|
AbstractFSNodeStore(FSStoreOpHandler.StoreType storeType) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.