Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_store_IOContext_H
#define org_apache_lucene_store_IOContext_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class Class;
class String;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace store {
class IOContext;
class MergeInfo;
class IOContext$Context;
class FlushInfo;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace store {
class IOContext : public ::java::lang::Object {
public:
enum {
mid_init$_d7775b228e076e62,
mid_init$_8fb1bfd1229d7287,
mid_init$_d5e1433484bc907d,
mid_init$_b37e635f72f8d50c,
mid_init$_a681b20d02908759,
mid_equals_ac708f0101821708,
mid_hashCode_9135e6328d9d7dfd,
mid_toString_a6d454b6117bc1ba,
max_mid
};
enum {
fid_context,
fid_flushInfo,
fid_mergeInfo,
fid_readOnce,
max_fid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static jfieldID *fids$;
static bool live$;
static jclass initializeClass(bool);
explicit IOContext(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
IOContext(const IOContext& obj) : ::java::lang::Object(obj) {}
static IOContext *DEFAULT;
static IOContext *READ;
static IOContext *READONCE;
::org::apache::lucene::store::IOContext$Context _get_context() const;
::org::apache::lucene::store::FlushInfo _get_flushInfo() const;
::org::apache::lucene::store::MergeInfo _get_mergeInfo() const;
jboolean _get_readOnce() const;
IOContext();
IOContext(const ::org::apache::lucene::store::MergeInfo &);
IOContext(const ::org::apache::lucene::store::FlushInfo &);
IOContext(const ::org::apache::lucene::store::IOContext$Context &);
IOContext(const IOContext &, jboolean);
jboolean equals(const ::java::lang::Object &) const;
jint hashCode() const;
::java::lang::String toString() const;
};
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace store {
extern PyType_Def PY_TYPE_DEF(IOContext);
extern PyTypeObject *PY_TYPE(IOContext);
class t_IOContext {
public:
PyObject_HEAD
IOContext object;
static PyObject *wrap_Object(const IOContext&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
#endif