Home | History | Annotate | Download | only in adaptor

Lines Matching defs:options

38   private final JSilverOptions options;
50 public JSilverFactory(JSilverOptions options) {
51 this(options, true);
54 public JSilverFactory(JSilverOptions options, boolean unwrapDelegatedHdfs) {
55 this(new JSilver(null, options), unwrapDelegatedHdfs);
69 this.options = jSilver.getOptions();
70 if (this.options.getLoadPathCacheSize() == 0) {
73 this.loadPathCache = new LoadPathToFileCache(this.options.getLoadPathCacheSize());
76 new HDFDataFactory(options.getIgnoreAttributes(), options.getStringInternStrategy());
100 return new JHdf(new DefaultData(), dataFactory, loadPathCache, options);