Uses of Class
org.apache.pinot.server.starter.ServerInstance
-
Packages that use ServerInstance Package Description org.apache.pinot.server.api org.apache.pinot.server.api.resources org.apache.pinot.server.starter.helix -
-
Uses of ServerInstance in org.apache.pinot.server.api
Constructors in org.apache.pinot.server.api with parameters of type ServerInstance Constructor Description AdminApiApplication(ServerInstance instance, AccessControlFactory accessControlFactory, PinotConfiguration serverConf) -
Uses of ServerInstance in org.apache.pinot.server.api.resources
Methods in org.apache.pinot.server.api.resources with parameters of type ServerInstance Modifier and Type Method Description static InstanceDataManagerServerResourceUtils. checkGetInstanceDataManager(ServerInstance serverInstance)static org.apache.pinot.segment.local.data.manager.TableDataManagerServerResourceUtils. checkGetTableDataManager(ServerInstance serverInstance, String tableName) -
Uses of ServerInstance in org.apache.pinot.server.starter.helix
Fields in org.apache.pinot.server.starter.helix declared as ServerInstance Modifier and Type Field Description protected ServerInstanceBaseServerStarter. _serverInstanceMethods in org.apache.pinot.server.starter.helix that return ServerInstance Modifier and Type Method Description ServerInstanceBaseServerStarter. getServerInstance()
-