public interface SearchIndexerDataLocationState
ConfiguredSearchIndexer
for a
particular location
. It stores the
revision
of that location if available.Modifier and Type | Method and Description |
---|---|
String |
getLocation()
This method gets the
location this state is associated with. |
String |
getRevision()
This method gets the revision of the
location that
has been indexed. |
void |
setRevision(String revision)
This method sets the
revision . |
String getLocation()
location
this state is associated with.String getRevision()
location
that
has been indexed.null
if no revision is set.SearchIndexerSource.UPDATE_STRATEGY_VCS
,
SearchIndexerDataLocation.getUpdateStrategyVariant()
Copyright © 2001–2016 mmm-Team. All rights reserved.