Uses of Interface
org.apache.hadoop.util.LightWeightGSet.LinkedElement
Packages that use LightWeightGSet.LinkedElement
Package
Description
Tools to help define network clients and servers.
Common utilities.
-
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.ipc
Classes in org.apache.hadoop.ipc that implement LightWeightGSet.LinkedElementModifier and TypeClassDescriptionstatic classCacheEntry is tracked using unique client ID and callId of the RPC request.static classCacheEntry with payload that tracks the previous response or parts of previous response to be used for generating response for retried requests.Methods in org.apache.hadoop.ipc that return LightWeightGSet.LinkedElementMethods in org.apache.hadoop.ipc with parameters of type LightWeightGSet.LinkedElementModifier and TypeMethodDescriptionvoidRetryCache.CacheEntry.setNext(LightWeightGSet.LinkedElement next) -
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.util
Subinterfaces of LightWeightGSet.LinkedElement in org.apache.hadoop.utilFields in org.apache.hadoop.util declared as LightWeightGSet.LinkedElementModifier and TypeFieldDescriptionprotected LightWeightGSet.LinkedElement[]LightWeightGSet.entriesAn internal array of entries, which are the rows of the hash table.Methods in org.apache.hadoop.util that return LightWeightGSet.LinkedElementMethods in org.apache.hadoop.util with parameters of type LightWeightGSet.LinkedElementModifier and TypeMethodDescriptionprotected ELightWeightGSet.convert(LightWeightGSet.LinkedElement e) voidLightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next) Set the next element.