Searched refs:classes (Results 1 – 9 of 9) sorted by relevance
160 final List<Class<?>> classes = new ArrayList<>(); in main() local162 classes.add(Class.forName(arg)); in main()164 final Class[] clazzes = classes.toArray(new Class[classes.size()]); in main()
187 MAIN_CLASSES = $(OUTPUT)/classes188 TEST_CLASSES = $(OUTPUT)/test-classes193 BENCHMARK_MAIN_CLASSES = $(BENCHMARK_OUTPUT)/classes197 SAMPLES_MAIN_CLASSES = $(SAMPLES_OUTPUT)/classes
46 * Added RocksObject --- the base class of all RocksDB classes which holds some RocksDB resources in…
310 if(NOT EXISTS ${PROJECT_SOURCE_DIR}/java/classes)311 file(MAKE_DIRECTORY ${PROJECT_SOURCE_DIR}/java/classes)
112 …ocksDB from LevelDB and allows us to break down the various options across classes as it is needed.
15 …* Delete deprecated classes for creating backups (BackupableDB) and restoring from backups (Restor…
41 …also be slow because we sometimes do expensive operations in some of our classes' constructors. Fo…
53 …ion which we converted to 1 size array and that should work well for the purposes of these classes.69 …n when accessing files in un-buffered mode. When the option is true, the classes behave in a stand…
775 * Delete deprecated classes for creating backups (BackupableDB) and restoring from backups (Restore…