Uses of Class
org.alfresco.solr.tracker.Tracker.Type
-
Packages that use Tracker.Type Package Description org.alfresco.solr.tracker -
-
Uses of Tracker.Type in org.alfresco.solr.tracker
Fields in org.alfresco.solr.tracker declared as Tracker.Type Modifier and Type Field Description protected Tracker.TypeAbstractTracker. typeMethods in org.alfresco.solr.tracker that return Tracker.Type Modifier and Type Method Description Tracker.TypeAbstractTracker. getType()Tracker.TypeTracker. getType()static Tracker.TypeTracker.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tracker.Type[]Tracker.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.solr.tracker with parameters of type Tracker.Type Constructor Description AbstractTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, Tracker.Type type)AbstractTracker(Tracker.Type type)Default constructor, strictly for testing.ActivatableTracker(java.util.Properties properties, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, Tracker.Type type)ActivatableTracker(Tracker.Type type)
-