com.backendless.hive.HiveMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-common Show documentation
Show all versions of java-sdk-common Show documentation
Provides access to Backendless API
The newest version!
package com.backendless.hive;
import com.backendless.core.responder.AdaptingResponder;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
public final class HiveMap extends HiveGeneralForComplexStore
{
public final static String HIVE_MAP_ALIAS = "com.backendless.services.hive.HiveMapService";
HiveMap( String hiveName, String storeKey )
{
super( hiveName, StoreType.Map, storeKey );
}
public CompletableFuture
© 2015 - 2025 Weber Informatics LLC | Privacy Policy