Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_util_bkd_OfflinePointReader_H
#define org_apache_lucene_util_bkd_OfflinePointReader_H
#include "org/apache/lucene/util/bkd/PointReader.h"
namespace org {
namespace apache {
namespace lucene {
namespace util {
namespace bkd {
class PointWriter;
}
class LongBitSet;
}
namespace store {
class Directory;
}
}
}
}
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace util {
namespace bkd {
class OfflinePointReader : public ::org::apache::lucene::util::bkd::PointReader {
public:
enum {
mid_init$_db5a69502315124b,
mid_close_d7775b228e076e62,
mid_docID_9135e6328d9d7dfd,
mid_markOrds_160e1e1bbfe52659,
mid_next_c20c2fcd6b89d9a9,
mid_ord_062ad918b5794303,
mid_packedValue_7e7da87ae816e9d4,
mid_split_7469499f562eaf78,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit OfflinePointReader(jobject obj) : ::org::apache::lucene::util::bkd::PointReader(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
OfflinePointReader(const OfflinePointReader& obj) : ::org::apache::lucene::util::bkd::PointReader(obj) {}
OfflinePointReader(const ::org::apache::lucene::store::Directory &, const ::java::lang::String &, jint, jlong, jlong, jboolean, jboolean);
void close() const;
jint docID() const;
void markOrds(jlong, const ::org::apache::lucene::util::LongBitSet &) const;
jboolean next() const;
jlong ord() const;
JArray< jbyte > packedValue() const;
jlong split(jlong, const ::org::apache::lucene::util::LongBitSet &, const ::org::apache::lucene::util::bkd::PointWriter &, const ::org::apache::lucene::util::bkd::PointWriter &, jboolean) const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace util {
namespace bkd {
extern PyType_Def PY_TYPE_DEF(OfflinePointReader);
extern PyTypeObject *PY_TYPE(OfflinePointReader);
class t_OfflinePointReader {
public:
PyObject_HEAD
OfflinePointReader object;
static PyObject *wrap_Object(const OfflinePointReader&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif