jar

com.aerospike : aerospike-document-api

Maven & Gradle

Aug 08, 2023
10 stars

Aerospike Document API · This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed and mutated using JSON like syntax. Effectively this provides what can be termed a document API as CDT objects can be used to represent JSON in the Aerospike database.

Table Of Contents

Latest Version

Download com.aerospike : aerospike-document-api JAR file - Latest Versions:

All Versions

Download com.aerospike : aerospike-document-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.x
1.1.x
1.0.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window aerospike-document-api-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.aerospike.documentapi.batch

├─ com.aerospike.documentapi.batch.AbstractBatchOperation.class - [JAR]

├─ com.aerospike.documentapi.batch.AppendBatchOperation.class - [JAR]

├─ com.aerospike.documentapi.batch.BatchOperation.class - [JAR]

├─ com.aerospike.documentapi.batch.DeleteBatchOperation.class - [JAR]

├─ com.aerospike.documentapi.batch.GetBatchOperation.class - [JAR]

├─ com.aerospike.documentapi.batch.PutBatchOperation.class - [JAR]

com.aerospike.documentapi

├─ com.aerospike.documentapi.AerospikeDocumentClient.class - [JAR]

├─ com.aerospike.documentapi.AerospikeDocumentRepository.class - [JAR]

├─ com.aerospike.documentapi.DocumentApiException.class - [JAR]

├─ com.aerospike.documentapi.IAerospikeDocumentClient.class - [JAR]

├─ com.aerospike.documentapi.IAerospikeDocumentRepository.class - [JAR]

com.aerospike.documentapi.jsonpath

├─ com.aerospike.documentapi.jsonpath.JsonPathObject.class - [JAR]

├─ com.aerospike.documentapi.jsonpath.JsonPathParser.class - [JAR]

├─ com.aerospike.documentapi.jsonpath.JsonPathQuery.class - [JAR]

├─ com.aerospike.documentapi.jsonpath.PathDetails.class - [JAR]

com.aerospike.documentapi.token

├─ com.aerospike.documentapi.token.ContextAwareToken.class - [JAR]

├─ com.aerospike.documentapi.token.FilterToken.class - [JAR]

├─ com.aerospike.documentapi.token.FunctionToken.class - [JAR]

├─ com.aerospike.documentapi.token.ListToken.class - [JAR]

├─ com.aerospike.documentapi.token.MapToken.class - [JAR]

├─ com.aerospike.documentapi.token.RootToken.class - [JAR]

├─ com.aerospike.documentapi.token.ScanToken.class - [JAR]

├─ com.aerospike.documentapi.token.Token.class - [JAR]

├─ com.aerospike.documentapi.token.TokenType.class - [JAR]

├─ com.aerospike.documentapi.token.WildcardToken.class - [JAR]

com.aerospike.documentapi.util

├─ com.aerospike.documentapi.util.JsonConverters.class - [JAR]

├─ com.aerospike.documentapi.util.Lut.class - [JAR]

├─ com.aerospike.documentapi.util.Utils.class - [JAR]

com.aerospike.documentapi.policy

├─ com.aerospike.documentapi.policy.DocumentPolicy.class - [JAR]

Advertisement