Package com.amazonaws.partitions
Class PartitionsLoader
java.lang.Object
com.amazonaws.partitions.PartitionsLoader
Loads all the partition files into memory.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Loads the partition files from thePARTITIONS_OVERRIDE_RESOURCE_PATH
.
-
Field Details
-
PARTITIONS_RESOURCE_PATH
class path from where all partition files are loaded.- See Also:
-
PARTITIONS_OVERRIDE_RESOURCE_PATH
override class path from where all partition files are loaded.- See Also:
-
-
Constructor Details
-
PartitionsLoader
public PartitionsLoader()
-
-
Method Details
-
build
Loads the partition files from thePARTITIONS_OVERRIDE_RESOURCE_PATH
. If no files are present, then loads the partition files from thePARTITIONS_RESOURCE_PATH
Builds theRegionMetadata
from the partition files.
-