Package com.linkedin.parseq.example.composite.classifier.client.impl

Examples of com.linkedin.parseq.example.composite.classifier.client.impl.GetNetworkRequest


    @Override
    public Promise<Map<Long, Classification>> run(final Context ctx)
    {
      // Network data is shared across classifiers, so we create it here
      final Task<Network> network = clientRequestTask(new GetNetworkRequest(_viewerId));

      // CLASSIFIERS

      // Self classification
      // Treat self as a special case. If we can classify all requested profiles
View Full Code Here

TOP

Related Classes of com.linkedin.parseq.example.composite.classifier.client.impl.GetNetworkRequest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.