Uses of Class
com.attivio.sdk.transport.DataGroup
-
Packages that use DataGroup Package Description com.attivio.sdk.transport -
-
Uses of DataGroup in com.attivio.sdk.transport
Methods in com.attivio.sdk.transport that return DataGroup Modifier and Type Method Description static DataGroup
DataGroup. forAuthority(java.lang.String authority)
Retrieve theDataGroup
for the given authority.static DataGroup
DataGroup. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataGroup[]
DataGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.transport that return types with arguments of type DataGroup Modifier and Type Method Description static java.util.Set<DataGroup>
DataGroup. getMasterReplicatedDataGroups()
Return the data groups that originate from a master in a multi-region deployment.static java.util.Set<DataGroup>
DataGroup. getSlaveReplicatedDataGroups()
Return the data groups that originate from a slave in a multi-region deployment.
-