Class Group


  • public class Group
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Group​(Context ctx, java.lang.String uri)
      Creates a new group.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Group

        public Group​(Context ctx,
                     java.lang.String uri)
              throws TileDBError
        Creates a new group. A Group is a logical grouping of TileDB objects on the storage system with the sample path prefix.
        Parameters:
        ctx - The TileDB context.
        uri - The group URI.
        Throws:
        TileDBError - A TileDB exception