Search in sources :

Example 11 with BytesMap

use of com.tvd12.calabash.core.BytesMap in project calabash by youngmonkeys.

the class SimpleBytesMapFactory method newMap.

@Override
public BytesMap newMap(String mapName) {
    BytesMap map = createMap(mapName);
    newMapPersist(mapName);
    return map;
}
Also used : BytesMap(com.tvd12.calabash.core.BytesMap)

Aggregations

BytesMap (com.tvd12.calabash.core.BytesMap)11 Rpc (com.tvd12.quick.rpc.server.annotation.Rpc)5 ByteArray (com.tvd12.calabash.core.util.ByteArray)3 SimpleSettings (com.tvd12.calabash.server.core.setting.SimpleSettings)2 ArrayList (java.util.ArrayList)2 Calabash (com.tvd12.calabash.Calabash)1 StatisticsAware (com.tvd12.calabash.core.statistic.StatisticsAware)1 BytesMapPersistFactory (com.tvd12.calabash.persist.factory.BytesMapPersistFactory)1 EntityBytesMapPersistFactory (com.tvd12.calabash.persist.factory.EntityBytesMapPersistFactory)1 SimpleEntityMapPersistFactory (com.tvd12.calabash.persist.factory.SimpleEntityMapPersistFactory)1 MapPersistManager (com.tvd12.calabash.persist.manager.MapPersistManager)1 SimpleMapPersistManager (com.tvd12.calabash.persist.manager.SimpleMapPersistManager)1 SimpleMapPersistSetting (com.tvd12.calabash.persist.setting.SimpleMapPersistSetting)1 BytesMapBackupExecutor (com.tvd12.calabash.server.core.executor.BytesMapBackupExecutor)1 BytesMapPersistExecutor (com.tvd12.calabash.server.core.executor.BytesMapPersistExecutor)1 SimpleBytesMapBackupExecutor (com.tvd12.calabash.server.core.executor.SimpleBytesMapBackupExecutor)1 SimpleBytesMapPersistExecutor (com.tvd12.calabash.server.core.executor.SimpleBytesMapPersistExecutor)1 Settings (com.tvd12.calabash.server.core.setting.Settings)1 SimpleMapSetting (com.tvd12.calabash.server.core.setting.SimpleMapSetting)1 EzyBeanContext (com.tvd12.ezyfox.bean.EzyBeanContext)1