Package org.springframework.data.gemfire.repository.sample

Examples of org.springframework.data.gemfire.repository.sample.Algorithm


  public void setup() {
    mappingContext = new GemfireMappingContext();
  }

  protected Algorithm createAlgorithm(final String name) {
    return new Algorithm() {
      public String getName() {
        return name;
      }
    };
  }
View Full Code Here

TOP

Related Classes of org.springframework.data.gemfire.repository.sample.Algorithm

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.