jar

com.amazonaws : dynamodb-key-diagnostics-library

Maven & Gradle

Feb 19, 2019
16 stars

DynamoDB Key Diagnostics Library for Java · The DynamoDB Key Diagnostics Library is a wrapper around the DynamoDB Java SDK that can be used to log key usage information for DynamoDB into a Kinesis stream, which can then be used to track hot spots (keys).

Table Of Contents

Latest Version

Download com.amazonaws : dynamodb-key-diagnostics-library JAR file - Latest Versions:

All Versions

Download com.amazonaws : dynamodb-key-diagnostics-library JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

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 dynamodb-key-diagnostics-library-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.amazonaws.services.dynamodb.diagnostics

├─ com.amazonaws.services.dynamodb.diagnostics.DynamoDBKeyDiagnosticsClient.class - [JAR]

├─ com.amazonaws.services.dynamodb.diagnostics.DynamoDBKeyDiagnosticsClientAsync.class - [JAR]

├─ com.amazonaws.services.dynamodb.diagnostics.DynamoDBKeyDiagnosticsClientBuilder.class - [JAR]

├─ com.amazonaws.services.dynamodb.diagnostics.KinesisStreamReporter.class - [JAR]

Advertisement