Package | Description |
---|---|
org.apache.solr.filestore |
Implementation of Package Store.
|
Modifier and Type | Method and Description |
---|---|
void |
DistribPackageStore.put(PackageStore.FileEntry entry) |
void |
PackageStore.put(PackageStore.FileEntry fileEntry)
Store a file into the filestore.
|
void |
PackageStoreAPI.validate(List<String> sigs,
PackageStore.FileEntry entry) |
Modifier and Type | Method and Description |
---|---|
void |
DistribPackageStore.get(String path,
Consumer<PackageStore.FileEntry> consumer,
boolean fetchmissing) |
void |
PackageStore.get(String path,
Consumer<PackageStore.FileEntry> filecontent,
boolean getMissing)
read file content from a given path
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.