com.solidfire.core.annotation.AllowableConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of solidfire-sdk-java Show documentation
Show all versions of solidfire-sdk-java Show documentation
Library for interfacing with the Public and Incubating SolidFire Element API.
The newest version!
package com.solidfire.core.annotation;
public enum AllowableConnection {
Cluster,
Node
}