Package io.tiledb.java.api
Class Filter
- java.lang.Object
-
- io.tiledb.java.api.Filter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Direct Known Subclasses:
BitShuffleFilter
,BitWidthReductionFilter
,ByteShuffleFilter
,CheckSumMD5Filter
,CheckSumSHA256Filter
,CompressionFilter
,FloatScalingFilter
,NoneFilter
,PositiveDeltaFilter
public class Filter extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Filter(Context ctx, SWIGTYPE_p_p_tiledb_filter_t filterpp)
protected
Filter(Context ctx, tiledb_filter_type_t filter_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected Context
getCtx()
protected SWIGTYPE_p_tiledb_filter_t
getFilterp()
-
-
-
Constructor Detail
-
Filter
protected Filter(Context ctx, SWIGTYPE_p_p_tiledb_filter_t filterpp)
-
Filter
protected Filter(Context ctx, tiledb_filter_type_t filter_type) throws TileDBError
- Throws:
TileDBError
-
-
Method Detail
-
getFilterp
protected SWIGTYPE_p_tiledb_filter_t getFilterp()
-
getCtx
protected Context getCtx()
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-